Skip to content
New issue

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

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

Open
daishuyi opened this issue Sep 12, 2018 · 1 comment

Comments

@daishuyi
Copy link

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
Copy link

this is deprecated :-(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants