guys I’m having a problem here that’s complicated, I’m trying to use the APP Rate but when I click on “Rate Now” it doesn’t redirect me to google play, what’s wrong?
TS:
import { AppRate } from '@ionic-native/app-rate';
constructor(private appRate: AppRate) {
this.appRate.preferences = {
...this.appRate.preferences,
storeAppURL: {
ios: '1216856883',
android: 'market://apps/details?id=com.devdactic.crossingnumbers'
},
simpleMode: true,
useLanguage: "en",
customLocale: {
title: "rate my App",
message: "Some message"
},
}
this.appRate.promptForRating(true);
}
1 post - 1 participant