Closed michalsisak closed 3 years ago
We are having the same issue. I actually sometimes have it or not on the same device. Not sure if that's related to a timing issue or a difference between a dev and prod build 🤔
@michalsisak Agree with @mxlle that it could be somehow related to prod/dev build like on iOS, did you tried both variants of build on that device? I think that maybe Google started to limit this somehow.
According to Google, if you are not in a test environment, you have a quota on how many times this can be seen on your Android device/account (maybe it doesn't show if you have already rated etc.).
Here are the docs that mention this: https://developer.android.com/guide/playcore/in-app-review#quotas
Because of this quota, calling the launchReviewFlow method more than once during a short period of time (for example, less than a month) might not always display a dialog.
Here is how to test in app reviews: https://developer.android.com/guide/playcore/in-app-review/test
@anagstef Thanks for explanation I will add this info to docs.
Hello, after upgrading to version 1.1.0 which supports Capacitor 3 I noticed the plugin not opening the Google Play after calling
RateApp.requestReview();
.I tested it on emulator Pixel 3a API 29 but can be reproduced on some phones as well. On my phone I got a new in app prompt without any issue.
I haven't seen any error in logs either but I am attaching them just in case: