ios - 对于已在App Store中进行过评分的用户,是否会显示应用内评分应用弹出窗口?

标签 ios 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.

关于ios - 对于已在App Store中进行过评分的用户,是否会显示应用内评分应用弹出窗口?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/60989394/

相关文章:

ios - XCode 13 构建错误 - 无法找到或使用自动链接库 'swift_Concurrency' - React Native 0.64-65

ios - 用于在 iOS 中管理订阅的 URL

ios - PhoneGap : Added Animated gif to index. 适用于测试设备,但不适用于应用商店下载

ios - 隐藏 ViewController 后实例化按钮不起作用

ios - 如何在我想要的时间执行部分代码?

iphone - 应用程序名称和设备上的名称,在 iTunes Connect 上

sockets - 简单的聊天应用程序(我应该使用套接字吗?苹果应用程序商店会批准吗?)

objective-c - iOS 应用程序更新,删除了一种本地化语言

ios - Restkit删除特定对象的coredata中的所有对象

iphone - 在 iOS 设备上本地保存游戏分数...需要安全吗?