App Rate插件忽略了IOS的偏好

时间:2018-04-20 02:07:36

标签: cordova ionic-framework

使用https://ionicframework.com/docs/native/app-rate/可以在Android上完美运行,但忽略了IOS上的偏好,无法在应用商店中找到应用。

this._appRate.preferences = {
  displayAppName: '######',
  usesUntilPrompt: 2,
  promptAgainForEachNewVersion: false,
  storeAppURL: {
    android: `market://details?id=${this.APP_ID}`,
    ios: '####'
  },
  customLocale: {
    title: 'Enjoying ####?',
    message: 'Rate us.',
    rateButtonLabel: 'Rate now',
    laterButtonLabel: 'Remind later',
    cancelButtonLabel: 'No, thanks'
  },

1 个答案:

答案 0 :(得分:0)

好的,当从手机中删除应用程序时,这是Iphone无法清除本地存储空间的问题。我清理了本地存储,然后在手机上重新运行应用程序,一切都很好。希望这有助于某人。它正在运行旧版本的首选项。