cocoa touch - iPhone: How to set the application badge, when the app is closed/in background? -


is possible set application badge, while app in background mode or closed? haven't found anything, yet.

application badge

from within application can use applicationiconbadgenumber property of uiapplication set badge number:

[uiapplication sharedapplication].applicationiconbadgenumber = 1; 

if want change badge without user launching app, need use push notification service. push notification service programming guide should have info need.


Comments

Popular posts from this blog

Cursor error with postgresql, pgpool and php -

delphi - ESC/P programming! -

c++ - error: use of deleted function -