SKStoreReviewController requestReview() may or may not present and alert?

后端 未结 2 509
暗喜
暗喜 2021-02-18 12:38

I\'m taking a look at the new requestReview() API that uses SKStoreReviewController. The documents state:

\"Although you should call this metho

2条回答
  •  -上瘾入骨i
    2021-02-18 13:16

    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

提交回复
热议问题