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

Appirater comes up on first use

ralphleon opened this issue · comments

Following the instructions, and not using any "significant events" appirater comes up the first time the app launches. Any ideas? It also comes up any time the app enters the foreground. Tried reinstalling with no luck.

iOS 5.1
Xcode 4.4

Look for the APPIRATER_DEBUG variable in the .h file. It's set to YES, and
it should be NO.

Best,
Arash

On Wed, Aug 8, 2012 at 5:03 PM, Ralph Gootee notifications@github.comwrote:

Following the instructions, and not using any "significant events"
appirater comes up the first time the app launches. Any ideas? It also
comes up any time the app enters the foreground. Tried reinstalling with no
luck.

iOS 5.1
Xcode 4.4


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

Should have read through the full macro configs! Thanks for the quick response.