SwiftRater
SwiftRater copied to clipboard
A utility that reminds your iPhone app's users to review the app written in pure Swift.
there is a little typo on ReadMe. and when you increase significant use count, it depends on user action. but that will be more import action than the others. currently...
Do you have any plans to add a Privacy Manifest to this library? https://developer.apple.com/documentation/bundleresources/privacy_manifest_files Is this library not required to be supported? Thank you very much!
Hi, There's a warning when the minimum deployment version is iO14. > 'keyWindow' was deprecated in iOS 13.0: Should not be used for applications that support multiple scenes as it...
I get following project issue in Xcode 12.4 **Resolve Package Graph Warning:** > found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target.
After calling incrementSignificantUsageCount() do we need to call check() ? For example: ``` @objc func didTapSave(_ sender: UIBarButtonItem) { SwiftRater.incrementSignificantUsageCount() SwiftRater.check() } ```
Thank you very much for providing such an excellent tool 1. Hope to support OSX. 2. Hope private func rateAppWithAppStore() can remove "private". After all, many useful programs have manual...
Hi, thanks for your library, can you add a completion handler when user did a review? because for now we cannot know if he canceled or not.. Thanks :)
Hello, and thanks for the library! Everything works great in debug mode, but I can't seem to get the rating prompt to appear when using SwiftRater.incrementSignificantUsageCount(). I've used it to...