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

Also write a review after star popup #90

Closed TiaanvdRiel closed 1 year ago

TiaanvdRiel commented 1 year ago

Does calling inAppReview.requestReview() aslso ask the user to write a review after they've left a star rating? My client wants this functionality, similar to the app below, but I can't get past the first star review popup in any testing environment, and I can't launch this to production just to test

https://github.com/britannio/in_app_review/assets/75138455/66a38714-88f6-4dbd-a1f7-4208b1edb508

britannio commented 1 year ago

The main popup will not do this but opening the store listing will show a popup with a review section.

TiaanvdRiel commented 1 year ago

Thank you for the reply, is there a way to open the review section like they are from a modal? I have no idea how they are achieving that effect then.

TiaanvdRiel commented 1 year ago

Also, so this basically means that choosing to use inAppReview.requestReview() means that you are sacrificing any written reviews and limiting yourself to only ratings?

britannio commented 1 year ago

Thank you for the reply, is there a way to open the review section like they are from a modal? I have no idea how they are achieving that effect then.

openStoreListing() should work.