Update version in podspec
⭐️ A tiny library to request review on the AppStore.
This is wrapper around native SKStoreReviewController.
AppReview.requestIf(launches: 3)
AppReview.requestIf(days: 5)
AppReview.requestIf(launches: 3, days: 5)
AppReview().requestIfNeeded()
You can call AppReview in
https://github.com/mezhevikin/AppReview.git
pod 'AppReview', :git => 'https://github.com/mezhevikin/AppReview.git'
©Copyright 2023 CCF 开源发展委员会 Powered by Trustie& IntelliDE 京ICP备13000930号
AppReview
⭐️ A tiny library to request review on the AppStore.
This is wrapper around native SKStoreReviewController.
Review after 3 launches
Review after 5 days
Review after 3 launches and 5 days
Review after purchase
Using
You can call AppReview in
Swift Package Manager
CocoaPods