我的应用程序在后台安排一个UILocalNotification,它被添加到通知中心。但是,当在通知中心中点击通知时,应用程序将打开,但通知仍保留在通知中心中。怎样才能去掉?
发布于 2011-11-25 03:05:31
要取消UILocalNotification使用:
- (void)cancelLocalNotification:(UILocalNotification *)notification.https://stackoverflow.com/questions/8261259
复制相似问题