How to properly configure reminder

261 views
Skip to first unread message

Dan Fellmeth

unread,
Sep 26, 2014, 4:57:35 PM9/26/14
to appi...@googlegroups.com
I am trying to get a better understanding of how to configure how frequently the Appirater reminds users to rate the app.  Right now I'm just trying to configure it so that every 5 times the user opens the app it will present the reminder, so here is how I have the prompt:


    [Appirater setDaysUntilPrompt:0];

    [Appirater setUsesUntilPrompt:5];

    [Appirater setSignificantEventsUntilPrompt:-1];

    [Appirater setTimeBeforeReminding:0];


But it now prompts every time I open it...


So for simplicity's sake, how would I configure these settings for...:

1) Prompt after n times opened (time irrelevant)

2) Prompt every n days (uses irrelevant)

Dan Fellmeth

unread,
Sep 26, 2014, 4:58:22 PM9/26/14
to appi...@googlegroups.com
Oh and also, does running in the simulator affect this at all?

Dan Fellmeth

unread,
Oct 1, 2014, 1:16:46 PM10/1/14
to appi...@googlegroups.com
Using the above configuration it will prompt after the first 5 uses, and then it will prompt every use thereafter.  How do I get it to prompt only every 5 uses?

Arash Payan

unread,
Oct 8, 2014, 10:56:05 PM10/8/14
to appi...@googlegroups.com
Hi Dan,

There's no way to get it to prompt after every 5 uses. The behavior you're seeing with your current configuration is because you've set the time before reminding to be 0.0 days, which means that every use after the 5th will trigger the rate dialog until the user chooses to rate.

-Arash
Reply all
Reply to author
Forward
0 new messages