iosapp-storeappirater

Appirater - after tap nothing happens


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.


Solution

  • I'm using slide menu in my application. And there's problem because I have controller which is support for slide menu like rootViewController, so when I load appirater controller it's controller with menu. So I'm going to change somehow appirater get-root-controller function. Thx for all guys! ;)