nicklockwood / iRate

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

iRate did not prompt for rating because the app was first used less than 10 days ago #314

Open daishuyi opened 5 years ago

daishuyi commented 5 years ago

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

this is deprecated :-(