0

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!

Terry
  • 21
  • 4

1 Answers1

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