MinaSamir11 / react-native-in-app-review

The Google Play In-App Review API, App store rating API lets you prompt users to submit Play Store or App store ratings and reviews without the inconvenience of leaving your app or game.
MIT License
646 stars 56 forks source link

Can you see how many stars were given in the following then block? #151

Open ianharoldonwater opened 1 year ago

ianharoldonwater commented 1 year ago

Howdy! Love your react-native in app review- its helped us speed up how we can ask for reviews.

Is there a way to programmatically know the star rating after InAppReview.RequestInAppReview() has run successfully?

I was looking through your set up and I didn't see anything that would speak to that. Thank you in advance if you can answer this question. I really appreciate it!

jdnichollsc commented 4 months ago

After reviewing the APIs of both platforms (Android, iOS), I found that we can only present the native dialog from each platform. However, we are unable to access the result of the rating/review due to legal agreements between users and the app stores, which prohibits such access.

ianhunterharold commented 1 month ago

@jdnichollsc due to legal reasons, that makes sense. Thank you for the response!