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.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
You can set the app icon's badge number like this:
|
|||
|
|
|
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:
|
|||
|
|