对于已经在 App Store 上评分的用户,是否会出现应用内评分应用弹出窗口?
Does in-app rate app pop-up appear for the users already has rated on App Store?
我想知道是否会针对已在 App Store 中评分的用户显示应用内评分应用弹出窗口?
不,通过 SKStoreReviewController.requestReview()
显示的评分提示不会显示给已经提供反馈的用户。
来自 Apple 的 Human Interface Guidelines(强调我的):
The system offers a consistent, nonintrusive way for apps to request ratings and reviews. To use this feature, you simply identify places in your app's user experience where it makes sense to ask for feedback. If the user hasn't already given feedback, the system displays an in-app prompt that asks for a rating and an optional written review. The user can supply feedback or dismiss the prompt with a single tap. (In Settings, the user can also opt out of receiving these rating prompts for all apps they have installed.) The system automatically limits the display of the prompt to three occurrences per app within a 365-day period.
我想知道是否会针对已在 App Store 中评分的用户显示应用内评分应用弹出窗口?
不,通过 SKStoreReviewController.requestReview()
显示的评分提示不会显示给已经提供反馈的用户。
来自 Apple 的 Human Interface Guidelines(强调我的):
The system offers a consistent, nonintrusive way for apps to request ratings and reviews. To use this feature, you simply identify places in your app's user experience where it makes sense to ask for feedback. If the user hasn't already given feedback, the system displays an in-app prompt that asks for a rating and an optional written review. The user can supply feedback or dismiss the prompt with a single tap. (In Settings, the user can also opt out of receiving these rating prompts for all apps they have installed.) The system automatically limits the display of the prompt to three occurrences per app within a 365-day period.