Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ianharoldonwater opened this issue Jun 6, 2023 · 2 comments

Comments

@ianharoldonwater
Copy link

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
Copy link

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants
@jdnichollsc @ianhunterharold @ianharoldonwater and others