KjellConnelly / react-native-rate

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

Rating an app in Dev #3

Closed fhadsheikh closed 6 years ago

fhadsheikh commented 6 years ago

The prompt comes up for dev builds, just wondering what happens if I leave a review for a non production build.

Thanks

KjellConnelly commented 6 years ago

Which prompt are you referring to?

KjellConnelly commented 6 years ago

If you’re referring to SKStoreReviewController, just check out apple’s documentation:

https://developer.apple.com/documentation/storekit/skstorereviewcontroller/2851536-requestreview

If you leave a review this way, nothing happens since it’s not production.