chemerisuk / cordova-plugin-app-review

Cordova plugin to review app
MIT License
40 stars 28 forks source link

App Review Not Showing for Android in Release Mode #19

Open tanenyi1984 opened 2 years ago

tanenyi1984 commented 2 years ago

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.

drunkcat commented 1 year ago

Hi, I have the same problem. Did you manage to solve it?

Greg.

msm0x commented 1 year ago

Same problem. I think this is due to minifying release version.