ios - How can we ensure the badge showing pending notifications is zero-ed on MobileFirst Platform 7.1? -
i working client who's developing hybrid application on mobilefirst platform 7.1. when send notifications ios platform, received , processed (i.e. function assigned wl.client.push.onmessage()
fired). however, ios "badge" (the count of pending messages on home screen) never reduced - increases on time. how can ensure decremented/zeroed when notifications consumed? there callback function/api need call?
you have implement wl.badge api: http://www-01.ibm.com/support/knowledgecenter/sshs8r_7.1.0/com.ibm.worklight.apiref.doc/html/refjavascript-client/html/wl.badge.html?lang=en
you need handle badge on own...
Comments
Post a Comment