push notification - Badge on App Icon in Iphone App -


how badge notification in app icon , similar badge notifications in tabbar item.? need notifying new messages.

you can set app icon's badge number this:

[uiapplication sharedapplication].applicationiconbadgenumber = 3; 

Comments

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -