3

Here is the reference API:

[SKStoreReviewController requestReview];
Dovydas Šopa
  • 2,282
  • 8
  • 26
  • 34
Vikesh Prasad
  • 779
  • 7
  • 13

2 Answers2

3

You don't Apple does it automatically for you, up to 3 times per year max I think. I guess the rule is 'do not ask again if it's the same version' otherwise ask again for new version.

Rom4in
  • 532
  • 4
  • 13
2

Here is how I detect if the skstorereviewcontroller has been presented: https://stackoverflow.com/a/45329548/2589276

However this does not guarantee that the user has rated the app. It doesn't matter anyways, Apple is only going to allow you to show 3 times regardless if the user rated or clicked "Later"

Esqarrouth
  • 38,543
  • 21
  • 161
  • 168