arashpayan / appirater

A utility that reminds your iPhone app's users to review the app.

Home Page:http://arashpayan.com/blog/2009/09/07/presenting-appirater/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to test Appirator

oliverwolfson opened this issue · comments

I want to know what settings to add so that Appirator will show up immediately when opening the app, for testing purposes. I'm building the app in Xcode of course and closing and re-launching it multiple times from my device to test. I have tried all combinations of adding the methods or changing the static values to 0s or 1s, but I can't get it to pop up. I suspect that I may have something else wrong with my setup that is preventing it from working, but can anyone confirm what would make it show up at each launch?

I currently have the messages below at the beginning in my AppDelegate.m didFinishLaunchingWithOptions method.

[Appirater setDaysUntilPrompt:0];
[Appirater setUsesUntilPrompt:0];
[Appirater setSignificantEventsUntilPrompt:-1];
[Appirater setTimeBeforeReminding:0];

Thanks for reading.

It seems to work now, but seems that only if I minimize the app, then bring it back to the foreground. Anyway, I assume this is normal. I'll close this but feel free to comment. Thanks for the code.

Hi Oliver,

You can set the APPIRATER_DEBUG variable to YES in Appirater.h. The dialog
will show up every time then in order for you to test.
On Oct 21, 2012 10:10 PM, "oliver" notifications@github.com wrote:

I want to know what settings to add so that Appirator will show up
immediately when opening the app, for testing purposes. I'm building the
app in Xcode of course and closing launching it multiple times from my
device to test. I have tried all combinations of adding the methods or
changing the static values to 0s or 1s, but I can't get it to pop up. I
suspect that I may have something else wrong with my setup that is
preventing it from working, but can anyone confirm what would make it show
up at each launch?

I currently have the messages below at the beginning in my AppDelegate.m
didFinishLaunchingWithOptions method.

[Appirater setDaysUntilPrompt:0];
[Appirater setUsesUntilPrompt:0];
[Appirater setSignificantEventsUntilPrompt:-1];
[Appirater setTimeBeforeReminding:0];

Thanks for reading.


Reply to this email directly or view it on GitHubhttps://github.com//issues/76.