How do I increase the value of applicationIconBadgeNumber when a localNotification fires and my app is running in the background?
Asked
Active
Viewed 1,520 times
0
-
I would do exactly the same thing as you. Did you find the solution ? – Nov 22 '10 at 09:23
1 Answers
1
Did you even look the UILocalNotification
documentation ? There's a applicationIconBadgeNumber
property...

Thomas Joulin
- 6,590
- 9
- 53
- 88
-
I did not understand the purpose of applicationIconBadgeNumber correctly. So yes, I read the UILocalNotification doc and it is clear now. Thanks! – Hahnemann Nov 29 '10 at 14:16