0

Is there any reason my app may have a badge icon set to "1"? The app registers to receive notifications, but I am certain that none have been sent.

Running iOS 8.1.2, using an iPhone 6+

Chicowitz
  • 5,759
  • 5
  • 32
  • 38
  • Do a project-wide search for `applicationIconBadgeNumber` and see if you unintentionally set it anywhere. If your app does receive a notification with a badge increment, you need to make sure decrement as well. Just throwing out some ideas, I've never seen this issue before – Chris Jan 15 '15 at 20:26
  • Thanks chris, but I had the same idea. Only time I use applicationIconBadgeNumber is when I explicitly reset it to 0. – Chicowitz Jan 15 '15 at 21:11

0 Answers0