• Stars
    star
    92
  • Rank 350,278 (Top 8 %)
  • Language
    Swift
  • License
    MIT License
  • Created over 1 year ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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

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'