如何从 LocalNotification 中删除取消的 ApplicationIconBadgeNumber?
我在我的应用程序中使用 LocalNotification。它工作正常,但一旦设置了 ApplicationIconBadgeNumber,就无法将其从应用程序中删除。如何去除它?
I am using LocalNotification in my app. It is working fine but once ApplicationIconBadgeNumber is set, not able to remove it from App. How to remove it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要设置应用程序applicationIconBadgeNumber。
例如在应用程序 didReceiveLocalNotification 中。
You need to set the application applicationIconBadgeNumber.
For example in the application didReceiveLocalNotification.