You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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.
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!
The text was updated successfully, but these errors were encountered: