Not sure is anyone hit this issue before or not.
We follow the example code in the readme, when testing in debug mode or compile with debug package, the app review did pop up, but when compile with release mode, it unable to show the app review pop up, not sure what is the issue currently.
*iOS got no issue with the same code
Environment Detail:
App in store: Yes, app released to play store for a year
Android Account: valid gmail account with never submit review/rating before
Android version: 12
Cordova-plugin-app-review version: 3.0.0
Test environment: Internal Sharing App
code follow exactly the same in readme as below:
cordova.plugins.AppReview.requestReview().catch(function() {
return cordova.plugins.AppReview.openStoreScreen();
});
in package.json
"cordova-plugin-app-review": {
"ANDROID_PLAY_REVIEW_VERSION": "2.0.+"
}
Hi,
Not sure is anyone hit this issue before or not. We follow the example code in the readme, when testing in debug mode or compile with debug package, the app review did pop up, but when compile with release mode, it unable to show the app review pop up, not sure what is the issue currently. *iOS got no issue with the same code
Environment Detail: App in store: Yes, app released to play store for a year Android Account: valid gmail account with never submit review/rating before Android version: 12 Cordova-plugin-app-review version: 3.0.0 Test environment: Internal Sharing App
code follow exactly the same in readme as below: cordova.plugins.AppReview.requestReview().catch(function() { return cordova.plugins.AppReview.openStoreScreen(); });
in package.json "cordova-plugin-app-review": { "ANDROID_PLAY_REVIEW_VERSION": "2.0.+" }
thanks.