2013-03-29 125 views

回答

5

當你的應用程序在後臺時使用UILocalNotification

UILocalNotification *notification = [[UILocalNotification alloc] init]; 
notification.alertBody = @"Your message"; 
notification.alertAction = @"Open app"; 
[[UIApplication sharedApplication] presentLocalNotificationNow:notification]; 
+0

把這些代碼行放在哪裏?我的意思是在哪種方法? –

+0

我怎麼知道?這是你的項目,不是我的。 – DrummerB

+0

謝謝DrummerB。但我只想顯示警報。不是本地通知。可能嗎。請分享你對此的看法。等待回覆。 –

相關問題