⭐️ 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
- SceneDelegate.sceneWillEnterForeground()
- AppDelegate.applicationDidFinishLaunching()
- ViewController.viewDidLoad()
- View.onAppear()
https://github.com/mezhevikin/AppReview.git
pod 'AppReview', :git => 'https://github.com/mezhevikin/AppReview.git'