It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari
相关专题:
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.
精彩评论