I have a problem. my app icon badge is not incrementing when a notification fires. i can only set
localNotification.applicationIconBadgeNumber
to 0 or 1.
if i set
localNotification.applicationIconBadgeNumber = localNotification.applicationIconBadgeNumber + 1
Badge number updates only the first time, and then remain at its value.
There is a method to increment that value?i have searched internet but i can't figure out how solve this problem.
thank you in advance!