in_app_review icon indicating copy to clipboard operation
in_app_review copied to clipboard

What happens if the user had already left a review?

Open hashirshoaeb opened this issue 3 years ago • 3 comments

Asking this question in reference to #55.

Does .isAvailable() checks this information?

hashirshoaeb avatar Mar 09 '22 08:03 hashirshoaeb

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.

nikb7 avatar Apr 13 '22 08:04 nikb7

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.

britannio avatar Apr 13 '22 21:04 britannio

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?

sanyakuznezov avatar Jul 28 '22 15:07 sanyakuznezov

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.

britannio avatar Nov 26 '22 16:11 britannio