On Thursday, February 25, 2016 at 8:16:50 PM UTC+8, yeo yong Lau wrote: > > hi guys, i would like to know how to implement badge count for push > notification. As now i have done the push notification and able to receive > notification, but the badge count will remain one, will no increase. > Any solution for this? > > And i have develop the android app iun hybrid development by using cordova. >
Android doesn’t support in any form the badge count for push notification. In an hybrid development platform, it’s not possible to increase the badge count as you can achieve it through iOS wherein you just call the right functions like native.getProperty() and native.setProperty(). -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/android-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/android-developers/cd3da61d-c893-4746-930c-d319945b1a81%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

