SKStoreReviewController requestReview doesn't prompt for review

為{幸葍}努か 提交于 2019-12-04 03:52:59

In development mode the “Submit” button is disabled. Once your app is in the App Store, this button becomes active and the user is given the option to write a review after they hit “Submit”.

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.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!