开发者

how to get badge from server to our code [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 10 years ago.

in apple push notification service,

  • i'm getting badge 50 for my application. but i want that badge number in my code i want to save that badge. i 开发者_JAVA百科want to set that badge somewhere


Have you tried to access it with the UIApplication property applicationIconBadgeNumber? You can both read and write this property.

[UIApplication sharedApplication].applicationIconBadgeNumber
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜