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
let rater = iRate.sharedInstance()
rater!.appStoreID = XXXXXX; rater!.verboseLogging = true; rater!.onlyPromptIfLatestVersion = false
// rater!.previewMode = true rater!.daysUntilPrompt = 1; rater!.usesUntilPrompt = 1;
rater!.messageTitle = "为\"XXXX\"评分"; rater!.message = "您的鼓励是我们夜空中最亮的星星,最好是五颗。\n请高抬贵手给我们一些鼓励吧!\n谢谢!"; rater!.cancelButtonLabel = "不了,谢谢"; rater!.rateButtonLabel = "行动派Go"; rater!.remindButtonLabel = "用用再说"; rater!.delegate = self
The text was updated successfully, but these errors were encountered:
this is deprecated :-(
Sorry, something went wrong.
No branches or pull requests
let rater = iRate.sharedInstance()
// rater!.previewMode = true
rater!.daysUntilPrompt = 1;
rater!.usesUntilPrompt = 1;
The text was updated successfully, but these errors were encountered: