Logo

0x5a.live

for different kinds of informations and explorations.

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

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

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

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

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

Powered by 0x5a.live 💗

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'

Swift Resources

are all listed below.

Resources

listed to get explored on!!

Made with ❤️

to provide different kinds of informations and resources.