makoski/appstorereviewmanager
AppStoreReviewManager is a simple utility to prompt the users of your iOS or macOS apps to submit a review after a certain number of runs.
Recommended placement
Recommended placement is in the AppDelegate.swift file in the didFinishLaunchingWithOptions function. That way the user isn't spammed and it's guaranteed to check once per app launch.
func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool {
/* ... other startup stuff */
AppStoreReviewManager.requestReview()
}Package Metadata
Repository: makoski/appstorereviewmanager
Default branch: master
README: README.md