Skip to content
New issue

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

iRate Not show #305

Open
bicyclering opened this issue Aug 16, 2017 · 1 comment
Open

iRate Not show #305

bicyclering opened this issue Aug 16, 2017 · 1 comment

Comments

@bicyclering
Copy link

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

@nicklockwood
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants