标签: swift apple-push-notifications firebase-cloud-messaging
我想在每次打开应用程序时重置通知徽章编号。可以正常调用
application.applicationIconBadgeNumber = 0 UNUserNotificationCenter.current().removeAllDeliveredNotifications()
但是,当我收到一个或多个新通知时,无论收到多少通知,图标徽章编号都会再次变为42。
有人知道如何解决此问题吗?
答案 0 :(得分:0)
您可以按照以下任一方法来实现这一目标,