我添加了插件但无法设置配置文件(intelxdk.config.additions.xml)。
如果我将此代码添加到config:
var customLocale = {}
customLocale.title = "Rate %@";
customLocale.message = "If you enjoy using %@, would you mind taking a moment to rate it? It won’t take more than a minute. Thanks for your support!";
customLocale.cancelButtonLabel = "No, Thanks";
customLocale.laterButtonLabel = "Remind Me Later";
customLocale.rateButtonLabel = "Rate It Now";
AppRate.preferences.openStoreInApp = true;
AppRate.preferences.storeAppURL.android = 'market://details?id=com.site.test';
AppRate.preferences.customLocale = customLocale;
AppRate.preferences.displayAppName = 'My custom app title';
AppRate.preferences.usesUntilPrompt = 1;
AppRate.preferences.promptAgainForEachNewVersion = false;
AppRate.promptForRating(true);
当我在真实设备上测试我的应用时,没有什么好事。
答案 0 :(得分:0)
首先,转到项目标签。 进入插件 - > 第三方插件。 单击Web上的获取插件。
对于名称,写下AppRate或您想要的任何内容。对于插件ID,请编写org.pushandplay.cordova.apprate并检查"插件位于Apache Cordova插件注册表中#34;。
请注意,任何第三个插件只能在构建选项卡上进行测试。 毕竟它应该工作。
P.S,adds.xml文件中没有任何内容可以添加。只需将您的代码放在您调用的函数中,它应该像魅力一样工作