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.
295 stars 76 forks source link

How to Track User Has Review? #106

Open raymondk25 opened 7 months ago

raymondk25 commented 7 months ago

How can I Determining whether a user has actually submitted a review or clicked the submit button in the in-app review?

phamquoctrongnta commented 5 months ago

Any update?

synstin commented 5 months ago

Any update?

naw2nd commented 4 months ago

Based on this issue: #92 I don't think the Android doesn't support this. https://developer.android.com/guide/playcore/in-app-review/kotlin-java#launch-review-flow

The flow has finished. The API does not indicate whether the user reviewed or not, or even whether the review dialog was shown. Thus, no matter the result, we continue our app flow.