在watchOS3上删除AllDeliveredNotifications

时间:2016-10-04 15:20:52

标签: swift push-notification watchkit watch-os nsusernotification

如何在watchOS上删除已发送的通知?

override func willActivate() {
    super.willActivate()
    UNUserNotificationCenter.current().removeAllDeliveredNotifications()
}

它不起作用。

0 个答案:

没有答案
相关问题