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

Return Value for Reviews #43

Closed AjinkyaTaranekar closed 2 years ago

AjinkyaTaranekar commented 3 years ago

Hello,

Can we get the return value (no of stars) in integer for the review submitted from requestReview() method?

Thanks & Regards

britannio commented 3 years ago

The underlying API doesn't provide such information unfortunately.

mayouf commented 2 years ago

Hi @britannio ,

1st of all, thx for this plugins !

Are you sure, there is no way to catch the user's interaction with the dialog ???

It does not make because we should have the choice to send inAppReview.requestReview() OR our own customize dialog to send users to store page.

britannio commented 2 years ago

@britannio Yep, it's unfortunate but it's an intentional decision by Apple and Google.