Iphone 应用程序中应用程序图标上的徽章
我们如何在应用程序图标中获得徽章通知,类似于选项卡栏项目中的徽章通知。我需要这个来通知新消息。
How could we get a badge notification in the app icon , similar to badge notifications in tabbar item.? I need this for notifying new messages.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以像这样设置应用程序图标的徽章编号:
You can set the app icon's badge number like this:
如果您想通过 PUSH 消息添加徽章编号,您可以将 PUSH 发送为:
然后在 AppDelegate 中添加以下内容:
swift:
If you're wanting to put the badge number through PUSH messages, you can send the PUSH as:
Then in your AppDelegate you add the following:
swift: