UNUserNotificationCenter.current().getDeliveredNotifications 只返回空数组

cau*_*nde 5 swift swift3 unnotificationrequest unusernotificationcenter

我正在尝试检索仍显示在通知中心的所有已发送通知,但UNUserNotificationCenter getDeliveredNotifications(completionHandler:)无法正常工作。我可以获得所有待处理的通知,UNUserNotificationCenter getPendingNotificationRequests(completionHandler:)getDeliveredNotifications即使通知中心有通知,也只会返回 0 计数。

小智 1

据此:NUserNotificationCenter.current().getDeliveredNotifications 只返回一个空数组

将徽章编号设置为 0 将清除您的远程通知。

这可能是问题所在吗?