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

Callback if user rate the app or cancel the rating #1

Closed namchuai closed 4 years ago

namchuai commented 4 years ago

Thanks for the great library!

I would like to ask for a callback if user does rate the app or cancel the rating.

britannio commented 4 years ago

Unfortunately, the APIs that Android & IOS expose does not support this. In fact, if you exceed the quota or the user has already rated the app then there's no way to know if the pop-up was even shown to the user. This is by design to prevent spam or malicious use.

On IOS, you can show the pop-up three times within a 365-day period. On Android, it's not as clear. https://developer.android.com/guide/playcore/in-app-review#quotas