我已经实施了提醒申请。
[[UIApplication sharedApplication] scheduleLocalNotification:localNotification];
int count = [[[UIApplication sharedApplication] scheduledLocalNotifications] count];
NSLog(@"count is %d",count);
一切正常通知提醒会在预定时间到来时提高。
突然今天通知没有显示。他们没有安排
即使我设置了通知,通知计数也保持不变,
但 当我在我的设备中点击该应用程序时,它运行正常,通知计数增加,通知警报完美提升
但不能在模拟器中工作......
为什么通知在模拟器上不起作用..?
我使用了 Xcode 4.1
iPhone 4.3 simulator
会发生什么?
答案 0 :(得分:0)
Trash your /Users/{Your name}/Library/Application Support/iPhone Simulator/ directory and rebuild the projects you are having trouble with.
通过跟随问题iPhone: iOS 4.3 SDK Simulators stuck up and crashing:
解决谢谢你@Kiby Todd ......
确定我们在 iPhone模拟器中放置了 “用户” 文件夹的副本/ strong>文件夹
在 iPhone模拟器中重新粘贴用户文件夹