jamesmontemagno / StoreReviewPlugin

Request app store reviews across Xamarin and Windows applications
MIT License
186 stars 24 forks source link

Review dialog quota #53

Closed CostasAthan closed 1 month ago

CostasAthan commented 1 month ago

Using the Plugin does not always open the dialog.

Most probably that has to do with certain quotas:

To provide a great user experience, Google Play enforces a time-bound quota on how often a user can be shown the review dialog. 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.

Is there a way to detect when the review dialog fails to open in order to redirect the users to the Play Store in that case?

jamesmontemagno commented 1 month ago

There is not unfortunatelly from what I have seen