Quantcast
Channel: Ionic Framework - Ionic Forum
Viewing all articles
Browse latest Browse all 48980

App rate does not redirect to google play

$
0
0

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

Read full topic


Viewing all articles
Browse latest Browse all 48980

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>