Adding the App Rate module to my app but it fails with
**To Native Cordova -> NativeStorage setItem NativeStorage1731534331 ["options": [counter, {"applicationVersion":"3.0.0","countdown":4}]]**
**To Native Cordova -> AppRate launchiOSReview INVALID ["options": [<null>, 0]]**
It shows the two dialog boxes ‘Do you like our App Y/N’ and ‘Do you want to rate Never / Later / Now’ (this is from memory, not accurate texts).
But when I tap now it throws the error above.
While the error shows in Xcode logs, the app shows a blank modal screen that can be swiped out and the app can be used.
The preferences are set as in the example
usesUntilPrompt: 3,
storeAppURL: {
ios: 'id123456789',
android: 'market://details?id=my.app.package' //,
// disabled - have no
// windows: 'ms-windows-store://review/?ProductId=<store_id>'
}
}
Does it work for anyone else?