iOS應(yīng)用內(nèi)評分
SKStoreReviewController
控制向用戶請求應(yīng)用商店評級和評論的過程的對象
An object that controls the process of requesting App Store ratings and reviews from users.
概述
使用RequestReview方法在應(yīng)用程序的邏輯中指示何時有意義茸苇,以便向用戶請求應(yīng)用程序中的評級和評論。
正文
+ (void)requestReview;
告訴StoreKit要求用戶對你的應(yīng)用進行評分或查看(如果合適)
提醒
概述
向用戶展示使用skstorereviewcontroller的應(yīng)用程序商店評論請求是獲得應(yīng)用程序反饋的好方法。但是,您應(yīng)該知道吁脱,在365天的時間內(nèi),提示最多只能向用戶顯示三次。選擇何時何地顯示此提示對于您成功使用此API至關(guān)重要寨蹋。
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.