KKRateMyApp is a simple Swift rate app library that prompts your app users to rate the app after using it for a X times.

Click here to visit KKRateMyApp on GitHub. 

Requirements

  • Xcode 8 or higher
  • iOS 10.3 or higher

Installation

All you need is import KKRateMyApp.swift to your project folder.

Usage Example

  1. In your AppDelegate, didFinishLaunchingWithOptions add the following:
//Replace with the number of tries before you prompt the user with the rating alert. (Default 5)
KKRateMyApp.sharedInstance.numberOfTimesBeforePrompts = 5

//This will check how many times the app has run and based on the number you provided earlier it will display the rating alert view.
KKRateMyApp.sharedInstance.rateApp()

Screenshot

 


Leave a Comment

Comments

No comments yet. Why don’t you start the discussion?

Leave a Reply

Your email address will not be published. Required fields are marked *