- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I have installed the plugin (https://github.com/pushandplay/cordova-plugin-apprate) but cannot setup it.
Where should I insert code:
AppRate.preferences.storeAppURL.ios = '<my_app_id>';
AppRate.promptForRating(true);
?
- Tags:
- HTML5
- Intel® XDK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
This one is pretty easy to implement. Setup a 3rd party plugin from the web and populate the dialog box that pops up with the info in the attached image.
Then in your ondeviceready (or some kind other button you can press) add the following lines:
AppRate.preferences.storeAppURL.ios = '########';
AppRate.promptForRating(true);
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
This one is pretty easy to implement. Setup a 3rd party plugin from the web and populate the dialog box that pops up with the info in the attached image.
Then in your ondeviceready (or some kind other button you can press) add the following lines:
AppRate.preferences.storeAppURL.ios = '########';
AppRate.promptForRating(true);

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page