ReviewAssistant 0.1.3

ReviewAssistant 0.1.3

Maintained by Lesya V.



  • By
  • Lesya V

Version License Platform Language

Overview

ReviewAssistant

Use ReviewAssistant to summon StoreKit's review controller without having to worry about pacing the review requests.

  • Track recent crashes with Crashlytics (recommended), save a crash cooldown date after a crash, the app will not ask for review until that date passes
  • Only asks for review once per version
  • Never requests for review more than once a day

Installation

ReviewAssistant is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "ReviewAssistant"

To generate an empty Podfile, navigate to your project folder and execute the following command:

$ pod init

If you do not have CocoaPods installed, run installation command first:

$ sudo gem install cocoapods

If you do not want to use CocoaPods, you can checkout the repository and copy framework files to your project manually.

Requirements

  • iOS11 and higher

Author

Lesya V, [email protected]

License

Available under the MIT license. See the LICENSE file for more info.