AppReview
⭐️ A tiny library to request review on the AppStore.
This is wrapper around native SKStoreReviewController.
Review after 3 launches
AppReview.requestIf(launches: 3)
Review after 5 days
AppReview.requestIf(days: 5)
Review after 3 launches and 5 days
AppReview.requestIf(launches: 3, days: 5)
Review after purchase
AppReview().requestIfNeeded()
Using
You can call AppReview in
- SceneDelegate.sceneWillEnterForeground()
- AppDelegate.applicationDidFinishLaunching()
- ViewController.viewDidLoad()
- View.onAppear()
Swift Package Manager
https://github.com/mezhevikin/AppReview.git
CocoaPods
pod 'AppReview', :git => 'https://github.com/mezhevikin/AppReview.git'