iOS应用评分

2017-11-23  本文已影响0人  程序猿川哥

引言

痛点

解决方案

class func requestReview()

Use the requestReview() method to indicate when it makes sense within the logic of your app to ask the user for ratings and reviews within your app.

Tells StoreKit to ask the user to rate or review your app, if appropriate.

注意

Although you should call this method when it makes sense in the user experience flow of your app, the actual display of a rating/review request view is governed by App Store policy. Because this method may or may not present an alert, it's not appropriate to call it in response to a button tap or other user action.

Note
When you call this method while your app is still in development mode, a rating/review request view is always displayed so that you can test the user interface and experience. However, this method has no effect when you call it in an app that you distribute using TestFlight.

上一篇 下一篇

猜你喜欢

热点阅读