2011-10-03 56 views
2

我試圖在我的應用中實現Appirater。我按照讀過的說明操作,並且該應用在Xcode中運行良好。但是沒有消息顯示,無論我嘗試運行多少次。我編輯了#defines,所以問題不應該在那裏。當啓用APPIRATER_DEBUG時,它也不會顯示任何內容。我已經嘗試清理該項目,但似乎沒有工作。Appirater不起作用

+0

您可能想要發佈一些代碼! –

+2

你有沒有叫過[[Appirater appLaunched:YES];'? – Yorxxx

+0

我致電[Appirater appLaunched:YES];在 - (void)applicationDidFinishLaunching:(UIApplication *)應用程序和[Appirater appEnteredForeground:YES];在 - (void)applicationWillEnterForeground:(UIApplication *)應用程序中。我還將APPIRATER_APP_ID更改爲我的應用程序ID。當啓用APPIRATER_DEBUG時,它會在控制檯中顯示使用次數,但UIAlertView不會按照說明中的說明彈出。當使用計數大於APPIRATER_USES_UNTIL_PROMPT時,它也不會彈出。 – Stupebrett

回答

0

您在AppDelegate.ma進口Appirater現在應該打開彈出來推出的應用

進口 「AppDelegate.h」

進口 「Appirater.h」

的@執行的AppDelegate

  • (BOOL)申請:(UIApplication的*)應用程序didFinishLaunchingWithOptions:(NSDictionary的*)launchOptions {Appliter appLaunched];

    return YES; }