I\'m taking a look at the new requestReview()
API that uses SKStoreReviewController
. The documents state:
\"Although you should call this metho
You're right that it won't show if called too frequently.
SKStoreReviewController
will only allow prompting a user to review your application 3 times at most, even if you ship more versions than that during the year.
There might be more restrictions beneath the surface as well.
Source: http://daringfireball.net/2017/01/new_app_store_review_features