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

How know if the user reviewed or not #47

Closed
johansmith opened this issue May 5, 2021 · 4 comments
Closed

How know if the user reviewed or not #47

johansmith opened this issue May 5, 2021 · 4 comments

Comments

@johansmith
Copy link

Hi, How can I know if the current user has reviewed the application or not? I need to show the InAppReview.RequestInAppReview () window only if the user has not voted, or else it would be spam

@tarouboy
Copy link

I think you have to log it somewhere by yourself. Easiest way will be using AsyncStorage.

@NgocNamFNT
Copy link

I think you have to log it somewhere by yourself. Easiest way will be using AsyncStorage.
android is not show popup

@MinaSamir11
Copy link
Owner

@johansmith
according to given from iOS, android API :->
When the flow has finished. The API does not indicate whether the user reviewed or not, or even whether the review dialog was shown. Thus, no matter the result, we continue our app flow.

@MinaSamir11
Copy link
Owner

I think you have to log it somewhere by yourself. Easiest way will be using AsyncStorage.
android is not show popup

Your issue was duplicated you can read this:
#6

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