iRate
iRate copied to clipboard
iRate Not show
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
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.