如何在 watchOS 上删除已发送的通知?
override func willActivate() {
super.willActivate()
UNUserNotificationCenter.current().removeAllDeliveredNotifications()
}
它不起作用。
如何在 watchOS 上删除已发送的通知?
override func willActivate() {
super.willActivate()
UNUserNotificationCenter.current().removeAllDeliveredNotifications()
}
它不起作用。