notifications doesn't show/ doesn't scheduled in Simulator but works in device Problem on Simulator 4.3?
问题 I have Implemented a reminder application. [[UIApplication sharedApplication] scheduleLocalNotification:localNotification]; int count = [[[UIApplication sharedApplication] scheduledLocalNotifications] count]; NSLog(@"count is %d",count); All are works fine notification alert raises when it's scheduled time arives. Suddenly today notifications are not showing . and they didn't scheduled notifications count also remains same even i set the notification, But when i exicuted the application in my