arashpayan / appirater

A utility that reminds your iPhone app's users to review the app.
http://arashpayan.com/blog/2009/09/07/presenting-appirater/
4.62k stars 856 forks source link

Alert not displaying Message. #24

Closed inFever closed 7 years ago

inFever commented 13 years ago

When the alert is displayed in my app it doesn't show the message:

define APPIRATER_MESSAGE [NSString stringWithFormat:@"If you enjoy using %@, would you mind taking a moment to rate it? It won't take more than a minute. Thanks for your support!", APPIRATER_APP_NAME]

It only says Rate Ice Cold

(Ice Cold is the name of my app)

Any ideas about how I can solve this?

jaegeral commented 13 years ago
  1. have you added the Frameworks: CFNetwork and SystemConfiguration?
  2. try to turn on the debug mode:

define APPIRATER_DEBUG NO-> YES

in header file

and take a look at the console window

westofpluto commented 11 years ago

I am having the same problem - the message is not displayed. I have setDebug:YES but there are no debug messages regarding any problems with this text.

westofpluto commented 11 years ago

I found the problem. It turns out that Appirater does not work as-is if your app is in landscape mode. The 3 buttons take up so much height that the alert is unable to show the message. Here is a workaround: http://stackoverflow.com/questions/7901834/uialertview-with-3-buttons-hides-message-in-landscape-mode