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
647 stars 57 forks source link

hasFlowFinishedSuccessfully can return false? #86

Closed gbmsimoes closed 2 years ago

gbmsimoes commented 2 years ago

Hi,

On InAppReview.RequestInAppReview will hasFlowFinishedSuccessfully return false if the user has already rated the app? I'm not seeing this information explicitly anywhere... sorry if it's duplicate...

MinaSamir11 commented 2 years ago

No problem,

same issue here: https://github.com/MinaSamir11/react-native-in-app-review/issues/8

You have to save date when flow launched and prompt dialog from time to time, if user rate or not and ask user to review according to guidelines for each platform avoiding limited quota issue please read doc.

https://github.com/MinaSamir11/react-native-in-app-review#system-rating-and-review-prompts https://github.com/MinaSamir11/react-native-in-app-review#quotas

gbmsimoes commented 2 years ago

Ah yes! I missed that one. Thank you for pointing it. And thank for the reply!