takecian / SwiftRater

A utility that reminds your iPhone app's users to review the app written in pure Swift.
MIT License
356 stars 42 forks source link

Use of check() #36

Open UlanNurmatov opened 3 years ago

UlanNurmatov commented 3 years ago

After calling incrementSignificantUsageCount() do we need to call check() ?

For example:

@objc func didTapSave(_ sender: UIBarButtonItem) {
    SwiftRater.incrementSignificantUsageCount()
    SwiftRater.check()
}