AppReview

⭐️ 一个用于在 AppStore 上请求评价的微型库。

这是对原生 SKStoreReviewController 的封装。

启动 3 次后请求评价

AppReview.requestIf(launches: 3)

5 天后请求评价

AppReview.requestIf(days: 5)

启动 3 次且 5 天后请求评价

AppReview.requestIf(launches: 3, days: 5)

购买后请求评价

AppReview().requestIfNeeded()

使用方法

你可以在以下位置调用 AppReview:

Swift Package Manager

https://github.com/mezhevikin/AppReview.git

CocoaPods

pod 'AppReview', :git => 'https://github.com/mezhevikin/AppReview.git'