Answer the question
In order to leave comments, you need to log in
The Cordova AppRate plugin in the HTML5 game invites you to vote for yourself. How to make him vote for the game?
Good afternoon everyone!
I installed the AppRate plugin into the game on cordova+HTML5 for iOS, which allows you to vote for the application: https://github.com/pushandplay/cordova-plugin-apprate
In the project folder, go to plugins/org.pushandplay.cordova.apprate/www . In the preferences.js file , I inserted the application ID in the appStore :
AppRatePreferences = {
useLanguage: "en",
displayAppName: "AppRate plugin",
promptAtLaunch: true,
promptAgainForEachNewVersion: true,
daysUntilPrompt: 1,
usesUntilPrompt: 3,
appStoreID: {
ios: "913573164"
}
};
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question