SKStoreReviewController requestReview 不提示审核
SKStoreReviewController requestReview doesn't prompt for review
我想用10.3新增的功能向用户征求意见。在 docs 中,apple 声明当调用此方法时 "a rating/review request view is displayed".
我正在查看评分视图(您可以在其中 select 评价多少颗星),但我无法撰写评论。我不得不提一下,我只在模拟器中测试过。
这是正确的行为吗?
在开发模式下,它总是显示提示,但实际上什么都不做。
如果您想让人们对您的应用发表评论:
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.
编辑:下面的评论是正确的。
在开发模式下,“提交”按钮被禁用。一旦您的应用进入 App Store,此按钮就会激活,用户可以选择在点击“提交”后撰写评论。
我想用10.3新增的功能向用户征求意见。在 docs 中,apple 声明当调用此方法时 "a rating/review request view is displayed".
我正在查看评分视图(您可以在其中 select 评价多少颗星),但我无法撰写评论。我不得不提一下,我只在模拟器中测试过。
这是正确的行为吗?
在开发模式下,它总是显示提示,但实际上什么都不做。
如果您想让人们对您的应用发表评论:
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.
编辑:下面的评论是正确的。
在开发模式下,“提交”按钮被禁用。一旦您的应用进入 App Store,此按钮就会激活,用户可以选择在点击“提交”后撰写评论。