KjellConnelly / react-native-rate

Send your app users to Apple App Store, Google Play, Amazon, or other using the newest APIs
635 stars 100 forks source link

Do in-app reviews appear immediately on press? #11

Closed ilyakar closed 6 years ago

ilyakar commented 6 years ago

So If I set: options.preferInApp = true, does the review prompt appear immediately or does Apple decide the appropriate time to display it?

Sorry, not an issue. I know. But I cannot find a clear answer Googling around.

KjellConnelly commented 6 years ago

The review prompt should display immediately (though there is a slightly delay if I remember correctly... similar to when you initialize a view controller from scratch and display it on iOS without caching it). Of course, if the user has already received enough in-app rating prompts, nothing will happen.

ilyakar commented 6 years ago

Thank you!