B
B
Bob2014-09-17 12:09:23
Apache Cordova
Bob, 2014-09-17 12:09:23

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"
  }
};

The game has been approved and is already on sale. But the plugin does not work as it should - instead of offering to vote for the game, it offers to vote for yourself:
screen_4board.jpg
Tell me how to deal with it, who used it.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
smanioso, 2014-09-17
Smiley @blackrid

displayAppName: "AppRate plugin",
did you try to change?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question