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

Cannot get the system dialog to show #37

Closed premtemp1 closed 3 years ago

premtemp1 commented 3 years ago

Hello, Thanks for plugin and sorry if you answered a similar question before..

I install the plugin and added the logic

final InAppReview inAppReview = InAppReview.instance; if (await inAppReview.isAvailable()) { inAppReview.requestReview(); }

I hook up my Phone to my mac and ran it on my device from VSCode. I see the popup dialog asking me to rate but the submit button is disable.

However, if I build, deploy to TestFlight and download to my device then the nothing happens.. no dialog popup.

is this the normal behavior? If so, how can I get my QA to test it

Thanks for your help

britannio commented 3 years ago

Yes, it's expected behaviour as documented at https://developer.apple.com/documentation/storekit/skstorereviewcontroller/2851536-requestreview#discussion.

Maybe a video of it working locally + the aforementioned link will help your QA?