iOS应用内评分

iOS应用内评分

SKStoreReviewController

控制向用户请求应用商店评级和评论的过程的对象
An object that controls the process of requesting App Store ratings and reviews from users.

概述

使用RequestReview方法在应用程序的逻辑中指示何时有意义,以便向用户请求应用程序中的评级和评论。

正文

+ (void)requestReview;

告诉StoreKit要求用户对你的应用进行评分或查看(如果合适)

提醒

概述
向用户展示使用skstorereviewcontroller的应用程序商店评论请求是获得应用程序反馈的好方法。但是,您应该知道,在365天的时间内,提示最多只能向用户显示三次。选择何时何地显示此提示对于您成功使用此API至关重要。

Presenting the user with a request for an App Store review using SKStoreReviewController is a good way to get feedback on your app. However, you should be aware that the prompt will only be displayed to a user a maximum of three times within a 365-day period. Choosing when and where to display this prompt is critical to your success using this API.

你可能感兴趣的:(iOS应用内评分)