Search code examples
iosios11skstorereviewcontroller

How much time SKStoreReviewController will show Prompt on actual Device?


I can see the SKStoreReviewController app-Rating prompt everytime i call the Request function in my Xcode Simulator.But will i see it in the Device too?


Solution

  • Yes, as long as it is a DEBUG build. When you ship your app, the dialog won’t be displayed always. This is clearly described in the docs.