AAO-React-Native
AAO-React-Native copied to clipboard
Request reviews of the app (iOS)?
https://github.com/oblador/react-native-store-review
iOS has this neat API to prompt the user to rate and optionally review the app, without having to leave - it takes like three seconds.
The api enforces that you can only ask a given user for a review like three times in a year or something.
Should we track how many times the app is opened and show a prompt after, like, the 10th time?
I don't think there's an equivalent api for android, and I don't especially like the typical solution of pushing the user out to the store.
I’m not entirely sold on bothering the user for a review
I'll just note that I'm very bothered by prompts that kick me to the App Store, since it takes so long to load, but I'll happily rate apps that give me the in-app prompt that Apple provides, since it's so fast.
Do you still want this @hawkrives?
Yes
I saw someone that requests push notification permissions on the 7th load of the app; we could ask for a review on the … 21st load or something
How does that work across reinstalls? I can imagine a few edges
You would be prompted again after 21 uses. SKReviewController won't re-prompt if you're on the same version, and it won't prompt more than three times a year.
Alright. I’m onboard.