我已经阅读了几个帖子(比如这个https://forums.developer.apple.com/thread/7598)
application.applicationIconBadgeNumber = -1
Run Code Online (Sandbox Code Playgroud)
on applicationDidBecomeActive或applicationWillEnterForeground允许我清除徽章编号而不从通知中心删除通知.当我设置application.applicationIconBadgeNumber为负数(如-1)时,它会清除我的所有通知Notification Center.有没有其他方法可以清除徽章编号而不删除notifications?