britannio / in_app_review

A Flutter plugin for showing the In-App Review/System Rating pop up on Android, IOS, and MacOS. It makes it easy for users to rate your app.
311 stars 81 forks source link

Limit reached callback #7

Closed iqfareez closed 4 years ago

iqfareez commented 4 years ago

According to https://developer.android.com/guide/playcore/in-app-review#quotas

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.

iqfareez commented 4 years ago

Oh i just read this https://github.com/britannio/in_app_review/issues/1#issuecomment-670612629

So no callback provided by api. Closing this issue. Sorry