iOS 8 [UIApplication sharedApplication].scheduledLocalNotifications empty
问题 i'm trying to update my app to iOS 8. In a function i schedule a local notification (i've already checked that firedate and all other parts of the notification are right) in this way: [[UIApplication sharedApplication] scheduleLocalNotification:localNotification]; then i use this code to print the scheduled local notification: NSLog(@"notifications %@", [UIApplication sharedApplication].scheduledLocalNotifications ); but the array [UIApplication sharedApplication].scheduledLocalNotifications