标签: iphone ios cocoa-touch ipad
我的应用会在后台安排UILocalNotification,并将其添加到通知中心。但是,在通知中心点按通知时,应用程序会打开,但通知仍保留在通知中心中。如何将它删除?
答案 0 :(得分:2)
取消UILocalNotification使用:
- (void)cancelLocalNotification:(UILocalNotification *)notification.
来源:Delete a UILocalnotification at a certain indexpath