Removing UILocalNotification from notification tray programmatically
Is there a way to programmatically remove/dismiss UILocalNotification from Notification Tray. I am able to cancel the notification which removes the notifications from [[UIApplication sharedApplication] scheduledLocalNotifications] Here is what i need to do I need to dismiss the UILocalNotification from NotificationTray after the action has been performed(ie after the user taps the notification) EDIT: I can remove the notifications from the NSNotificationCenter . I want to remove specific notifications from the Notification Tray .Like the user presses the clear button to clear all the