Is there a delegate method or some way to get the event when a user clears my applications notifications from the Notification drop-down menu? The UIApplication delegate

-(void)application:(UIApplication)application didReceiveLocalNotification:(UILocalNotification *)notification

is only called when they select an event from the list but it isn't called when the list is cleared.

link|improve this question
feedback

1 Answer

up vote 0 down vote accepted

No, if a user clears your notification, it's the same as if it never arrived.

link|improve this answer
That's too bad! Thanks for the answer! – dmrutgos Dec 22 '11 at 17:47
feedback

Your Answer

 
or
required, but never shown

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