iRate icon indicating copy to clipboard operation
iRate copied to clipboard

iRate Not show

Open bicyclering opened this issue 7 years ago • 1 comments

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

bicyclering avatar Aug 16 '17 02:08 bicyclering

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.

nicklockwood avatar Aug 16 '17 06:08 nicklockwood