I'm using Appirater for rating my app. Everything is fine, alert shows me message with buttons. But when I tap on button "Rate my app" there's no answer Appirater my app. Alert just disappeared. There's my code in my app delegate:
[Appirater setAppId:@"579808129"];
[Appirater setDaysUntilPrompt:0];
[Appirater setUsesUntilPrompt:2];
[Appirater setTimeBeforeReminding:2];
[Appirater setDebug:YES];
[Appirater appLaunched:YES];
Thx for reply.