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

后端 未结 2 510
暗喜
暗喜 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条回答
  • 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

    0 讨论(0)
  • 2021-02-18 13:19

    According to iOS Human Interace Guildelines

    The system automatically limits the display of the prompt to three occurrences per app within a 365-day period.

    0 讨论(0)
提交回复
热议问题