在iPhone上,如何制作图标徽章?
我想在不在应用程序(例如“邮件”应用程序)中时设置图标徽章。 我怎样才能做到这一点?
I want to set an icon badge while I am not in the application, like the Mail application.
How can I do that?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
在您的应用程序中,您可以使用
UIApplication
的applicationIconBadgeNumber
属性来设置徽章编号:如果您想在用户不启动应用程序的情况下更改徽章,则需要使用推送通知服务。 推送通知服务编程指南应该拥有您需要的所有信息。
From within your application you can use the
applicationIconBadgeNumber
property ofUIApplication
to set the badge number:If you want to change the badge without the user launching your app, you need to use the push notification service. The Push Notification Service Programming Guide should have all the info you need.
iPhone SDK 尚不支持该功能。 它只能在越狱设备上完成。
编辑:抱歉,这并不完全正确,您可以使用“推送”功能来完成此操作,但现阶段仅允许使用 Apple 筛选的应用程序。
再次编辑:不,我完全错了,试试这个
The iPhone SDK doesn't support that functionality yet. It can only be done on a jailbroken device.
EDIT: Sorry that's not ENTIRELY true, you can do it with the 'push' function but only apps that are screened by Apple are allowed at this stage.
EDIT AGAIN: Nope I'm completely wrong try this