We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi setting paramters,iRate alert not show.Why?
iRate.sharedInstance().delegate = self iRate.sharedInstance().applicationBundleID = Bundle.main.bundleIdentifier iRate.sharedInstance().useAllAvailableLanguages = true iRate.sharedInstance().promptForNewVersionIfUserRated = false iRate.sharedInstance().usesUntilPrompt = 2 iRate.sharedInstance().daysUntilPrompt = 2.0 iRate.sharedInstance().remindPeriod = 3.0 iRate.sharedInstance().verboseLogging = false iRate.sharedInstance().declinedThisVersion = false
The text was updated successfully, but these errors were encountered:
Did you look in the console logs in Xcode? iRate should tell you why it didn't appear.
You might need to set iRate.sharedInstance().verboseLogging = true though.
iRate.sharedInstance().verboseLogging = true
Sorry, something went wrong.
No branches or pull requests
Hi
setting paramters,iRate alert not show.Why?
iRate.sharedInstance().delegate = self
iRate.sharedInstance().applicationBundleID = Bundle.main.bundleIdentifier
iRate.sharedInstance().useAllAvailableLanguages = true
iRate.sharedInstance().promptForNewVersionIfUserRated = false
iRate.sharedInstance().usesUntilPrompt = 2
iRate.sharedInstance().daysUntilPrompt = 2.0
iRate.sharedInstance().remindPeriod = 3.0
iRate.sharedInstance().verboseLogging = false
iRate.sharedInstance().declinedThisVersion = false
The text was updated successfully, but these errors were encountered: