Popularity
2.0
Growing
Activity
10.0
Stable
86
2
5

Programming language: Swift
License: MIT License
Tags: App Store    

AppReview alternatives and similar libraries

Based on the "App Store" category.
Alternatively, view AppReview alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of AppReview or a related project?

Add another 'App Store' Library

README

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'