watchOS 中的远程通知删除

Remote Notification removing in watchOS

我想知道是否可以删除 Apple Watch 上由我的应用程序发送的通知? 我真的需要它。 提前致谢。

有可能,你只需要调用UNUserNotificationCenter的以下两个方法之一:removePendingNotificationRequests(withIdentifiers:)removeAllPendingNotificationRequests()

Reference