UNUserNotificationCenter removeAllDeliveredNotifications在ios 11.2中不起作用

She*_*101 11 ios uilocalnotification unnotificationrequest

我有一个包含多个本地通知的应用.当我尝试清除所有已发送的通知时,我称之为此removeAllDeliveredNotifications方法.它工作正常,直到ios 11.1.在ios 11.2以上,预期这是行不通的.通知仍保留在通知中心.有人可以帮我解决这个问题.

提前致谢.

atu*_*tri -2

您是否尝试使用此方法:

removeDeliveredNotifications(withIdentifiers:)

您将需要传递需要删除的所有通知标识符的数组。