I have a problem with my UILocalNotification.
I am scheduling the notification with my method.
- (void) sendNewNoteLocalReminder:(NSDate *)date a
You can get a list of all scheduled notifications from scheduledLocalNotifications or you can cancel them all:
[[UIApplication sharedApplication] cancelAllLocalNotifications];