I'm doing some development on my iPhone involving UILocalNotifications, and I'm wondering if how to check if any are pending on my phone, and if so, if I'm able to edit or delete them.

Thanks!

link|improve this question

Do you mean notifications for your app, or for all the apps on the phone? – EmilioPelaez Jan 28 at 2:12
Either of those, actually. – Mason Jan 28 at 2:46
feedback

1 Answer

You'll have to look at UIApplication. All you're asking for is available in this class. For instance, to list all the scheduled notifications, have a look here : http://developer.apple.com/library/ios/documentation/UIKit/Reference/UIApplication_Class/Reference/Reference.html#//apple_ref/doc/uid/TP40006728-CH3-SW91

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.