Brothers! I am using Mobilefirst v7 and needs to auto increment the icon badge number when notification arrives into Mobile. currently, when I open the app by tapping on to the notification then my code allow to increment badge number on icon. I need this process to be automated. Can anyone please help me out!
Asked
Active
Viewed 153 times
0
-
2What about the sisters? – Mike Cluck Aug 28 '15 at 22:47
-
Sorry! Brothers & Sister. I haven't heard any one of them that's why – Terry Aug 29 '15 at 10:48
1 Answers
1
MobileFirst Platform does not provide any mechanism for updating Badges other than setting or removing. So if you send lots of updates you will need to write such a mechanism on your own in order to control the badge updating.
You can use the WL.Badge API for this purpose.

Idan Adar
- 44,156
- 13
- 50
- 89