We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
有时候消息太多,点击通知中心消息,点一条消失一条,或者左划清除。 AppDelegate.swift中 // 设置 -1 可以清除应用角标,但不清除通知中心的推送 // 设置 0 会将通知中心的所有推送一起清空掉 UIApplication.shared.applicationIconBadgeNumber = -1 这个是否可以做成选项?
The text was updated successfully, but these errors were encountered:
考虑到推送现在将会按分组折叠,可以一次性删除所有推送,并且我不太想给APP增加配置项导致APP逐渐变得复杂,这个issue打算关闭并考虑不支持这个功能了。感谢建议!
Sorry, something went wrong.
No branches or pull requests
有时候消息太多,点击通知中心消息,点一条消失一条,或者左划清除。
AppDelegate.swift中
// 设置 -1 可以清除应用角标,但不清除通知中心的推送
// 设置 0 会将通知中心的所有推送一起清空掉
UIApplication.shared.applicationIconBadgeNumber = -1
这个是否可以做成选项?
The text was updated successfully, but these errors were encountered: