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
665 stars 62 forks source link

How to know if the review alert was shown or not? (analytics purposes) #26

Closed petercvek closed 3 years ago

petercvek commented 3 years ago

I would like to track if the review alert was opened or not when calling a function InAppReview.RequestInAppReview(), some kind of callback or something so I could track if the review was already done by the user or not.

It's for analytics purposes, to know how many times we showed the user app review alert, and has closed it and if the alert was not showed then we can predict that the user already gave a review.

MinaSamir11 commented 3 years ago

Going todo it :)

kangpeter5 commented 3 years ago

@MinaSamir11 Any luck? Could really use this for the same reasons as @petercvek

MinaSamir11 commented 3 years ago

@kangpeter5, working on updating docs, new version will be live soon..

Doha26 commented 3 years ago

Hey @MinaSamir11 i'm also waiting for this feature. is there any update ?

MinaSamir11 commented 3 years ago

@Doha26 I'm updating it now, please wait till tomorrow may i release new version...

MinaSamir11 commented 3 years ago

Tell me if new changes meet your expectations or not..

@petercvek @kangpeter5 @Doha26

MinaSamir11 commented 3 years ago

I'm closing this issue, because these feature add in version 3.1.0.

SamiChab commented 2 years ago

@MinaSamir11 I dont see anywhere in the docs where the library returns the info about if a user has already reviewed the app or not. Or does the function InAppReview.isAvailable() return false if the user has already reviewed ?