Popularity
0.9
Growing
Activity
10.0
Stable
40
1
2
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.
-
SwiftyStoreKit
Lightweight In App Purchases Swift framework for iOS 8.0+, tvOS 9.0+ and macOS 10.10+ ⛺ -
merchantkit
A modern In-App Purchases management framework for iOS. -
InAppPurchase
A Simple and Lightweight framework for In App Purchase -
SwiftInAppPurchase
A swift wrapper for iOS in app purchases. -
Glassfy
Open source SDK to quickly integrate subscriptions, stop worring about code maintenance, and getting advanced real-time data. Full support for iOS, iPadOS, WatchOS, MacOS
Appwrite - The Open Source Firebase alternative introduces iOS support
Appwrite is an open source backend server that helps you build native iOS applications much faster with realtime APIs for authentication, databases, files storage, cloud functions and much more!
Promo
appwrite.io
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of AppReview or a related project?
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'