nicklockwood / iRate

[DEPRECATED]
http://charcoaldesign.co.uk/source/cocoa#irate
Other
4.1k stars 734 forks source link

iRate Not show #305

Open bicyclering opened 7 years ago

bicyclering commented 7 years ago

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 commented 7 years ago

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.