【发布时间】:2017-04-02 13:30:49
【问题描述】:
我想知道是否可以从我的应用程序发送的 Apple Watch 中删除通知? 我真的需要它。 提前致谢。
【问题讨论】:
标签: apple-push-notifications watchos-3
我想知道是否可以从我的应用程序发送的 Apple Watch 中删除通知? 我真的需要它。 提前致谢。
【问题讨论】:
标签: apple-push-notifications watchos-3
有可能,你只需调用UNUserNotificationCenter的以下两种方法之一:removePendingNotificationRequests(withIdentifiers:)或removeAllPendingNotificationRequests()
【讨论】: