0

How do I increase the value of applicationIconBadgeNumber when a localNotification fires and my app is running in the background?

Hahnemann
  • 4,378
  • 6
  • 40
  • 64
  • I would do exactly the same thing as you. Did you find the solution ? –  Nov 22 '10 at 09:23

1 Answers1

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