Skip to content

⭐️ A tiny library to request review on the AppStore. This is wrapper around native SKStoreReviewController.

License

Notifications You must be signed in to change notification settings

mezhevikin/AppReview

Repository files navigation

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'

About

⭐️ A tiny library to request review on the AppStore. This is wrapper around native SKStoreReviewController.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages