标签: apple-push-notifications watch-os-3
我想知道是否可以从我的应用程序发送的Apple Watch中删除通知? 我真的需要它。 提前致谢。
答案 0 :(得分:0)
有可能,你只需要调用UNUserNotificationCenter的以下两种方法之一:removePendingNotificationRequests(withIdentifiers:)或removeAllPendingNotificationRequests()
removePendingNotificationRequests(withIdentifiers:)
removeAllPendingNotificationRequests()
Reference