AppReview

master

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

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'

Description

  • Swift Tools 5.5.0
View More Packages from this Author

Dependencies

  • None
Last updated: Wed Apr 17 2024 09:21:46 GMT-0900 (Hawaii-Aleutian Daylight Time)