iPhone上隐藏,不可取消的本地通知?

时间:2010-07-02 14:38:40

标签: iphone notifications local ios4

在应用开发期间,我创建了2个本地通知,每天重复(一个在早上,一个在晚上)。我试图通过调用

取消它们(和所有其他人)
[[UIApplication sharedInstance] cancelAllLocalNotifications]

但它们仍在预定的时间发生。当我查询预定通知列表(通过[[UIApplication sharedInstance] scheduledLocalNotifications])时,列表为空。

我正在使用OS4的最终版本,我已将此作为错误提交给Apple。

有没有人见过这个?

1 个答案:

答案 0 :(得分:1)

是的,它发生在我之前,通知重复每一秒! 只需重新启动手机就可以了。