当收到多条通知消息。
分两种情况
1、applicationIconBadgeNumber != 0
这种时候,点开一个,清理一个。
2、applicationIconBadgeNumber == 0
这种时候,点开一个,全部清理。
// 清空已经收到的通知
[[UNUserNotificationCenter currentNotificationCenter] removeAllDeliveredNotifications];
之前没有注意到这种情况,记录一下哈。
当收到多条通知消息。
分两种情况
1、applicationIconBadgeNumber != 0
这种时候,点开一个,清理一个。
2、applicationIconBadgeNumber == 0
这种时候,点开一个,全部清理。
// 清空已经收到的通知
[[UNUserNotificationCenter currentNotificationCenter] removeAllDeliveredNotifications];
之前没有注意到这种情况,记录一下哈。
本文标题:iOS 通知栏消息的清空
本文链接:https://www.haomeiwen.com/subject/lleydrtx.html
网友评论