jlyman / react-native-rating-requestor

A React Native component to prompt users for a rating after positive interactions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

In-app reviews for iOS

ilyakar opened this issue · comments

I cannot tell whether this plugin supports iOS 10.3+ feature of in-app reviews. If not, can we have this support?

The plugin supports the new store review URL, but does not use the iOS SDK controller for doing in-app reviews. That's next on my list of thing to support, but in the meantime there's a fork that already accomplishes that, see #16.

The current usage still works, however, it's just not as slick. Apple still allows direct linking to the store's review page for cases where the user wants to directly leave a review, because the SKStoreReviewController will not always show when requested, by design.

Should be resolved by #16.