To provide a great user experience, Google Play enforces a quota on how often a user can be shown the review dialog. Because of this, calling a launchReviewFlow method might not always display a dialog. For example, you should not have a call-to-action option (such as a button) to trigger a review as a user might have already hit their quota and the flow won’t be shown, presenting a broken experience to the user.
So is there any callback if quota has been reached?
For example, if review card cannot be opened, it open Google Play App listing instead.
According to https://developer.android.com/guide/playcore/in-app-review#quotas
So is there any callback if quota has been reached? For example, if review card cannot be opened, it open Google Play App listing instead.