BBAppRater is swift 3 class for rating your app.
- iOS 9.0+
- Xcode 8.1+
- Swift 3.0+
Just add BBAppRater
folder to your app and you are done.
Use this code in your AppDelegate.swift file.
let appRater = BBAppRater.sharedInstance
appRater.appId = "YOUR_APP_ID"
appRater.requiredLaunchesBeforeRating = 7 // optional. default is 0
Bhavin Bhdanai
contact me on skype: bhavin.bhadani
BBAppRater is available under the MIT license. See the LICENSE file for more info.