AAO-React-Native icon indicating copy to clipboard operation
AAO-React-Native copied to clipboard

Request reviews of the app (iOS)?

Open hawkrives opened this issue 7 years ago • 9 comments

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?

hawkrives avatar Jan 23 '18 13:01 hawkrives

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.

hawkrives avatar Jan 23 '18 13:01 hawkrives

I’m not entirely sold on bothering the user for a review

drewvolz avatar Jan 23 '18 14:01 drewvolz

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.

hawkrives avatar Jan 23 '18 14:01 hawkrives

Do you still want this @hawkrives?

drewvolz avatar Mar 17 '19 21:03 drewvolz

Yes

hawkrives avatar Mar 17 '19 21:03 hawkrives

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

hawkrives avatar Mar 17 '19 21:03 hawkrives

How does that work across reinstalls? I can imagine a few edges

drewvolz avatar Mar 17 '19 21:03 drewvolz

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.

hawkrives avatar Mar 17 '19 21:03 hawkrives

Alright. I’m onboard.

drewvolz avatar Mar 17 '19 22:03 drewvolz