ReviewPlz 0.5.1

ReviewPlz 0.5.1

TestsTested
LangLanguage SwiftSwift
License MIT
ReleasedLast Release Mar 2019
SPMSupports SPM

Maintained by ReviewPlz.



ReviewPlz 0.5.1

  • By
  • Jongwon Woo

ReviewPlz

Version License Platform

screenshot

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Swift usage

import ReviewPlz

let appID = "1177884800" // TODO: Use your app ID.
let appName = "ReviewPlz" // TODO: User your app name.
let daysLater = 7 // TODO: If a user touch 'No thanks' button, the view will be shown the days later.
if let reviewController = ReviewPlzViewController.init(withAppId: appID, appName: appName, daysLater: daysLater) {
  reviewController.feedbackCallback = { openedAppStoreReview in
    print("\(openedAppStoreReview)")
  }
  self.present(reviewController, animated: false) {
  }
}

Requirements

Installation

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

pod "ReviewPlz"

Author

Jongwon Woo, [email protected]

License

ReviewPlz is available under the MIT license. See the LICENSE file for more info.