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.
306 stars 78 forks source link

What happens if the user had already left a review? #57

Closed hashirshoaeb closed 1 year ago

hashirshoaeb commented 2 years ago

Asking this question in reference to #55.

Does .isAvailable() checks this information?

nikb7 commented 2 years ago

Afaik, it doesn't I had tested this for my app and it doesn't check if the user has left a review or not.

britannio commented 2 years ago

Asking this question in reference to #55.

Does .isAvailable() checks this information?

No, the underlying API does not expose this information so isAvailable() cannot return false after a review was left.

sanyakuznezov commented 2 years ago

is there a callback implementation when one of the buttons in the dialog is clicked. And how do you know if a user left a review?

britannio commented 1 year ago

is there a callback implementation when one of the buttons in the dialog is clicked. And how do you know if a user left a review?

There is no such callback, the API does not provide such information.