SKStoreReviewController requestReview doesn't prompt for review

前端 未结 2 1031
滥情空心
滥情空心 2021-02-14 10:29

I want to use the new feature added in 10.3 to ask users for reviews. In the docs, apple states that when this method is called \"a rating/review request view is displayed\".

2条回答
  •  长发绾君心
    2021-02-14 11:20

    On development mode it always displays the prompt but doesn't actually do anything.

    If you want to point people to write a review about your app:

    To automatically open a page on which users can write a review in the App Store, append the query parameter action=write-review to your product URL.

    Docs.

    EDIT: The comment below is correct.

提交回复
热议问题