ToothlessGear / node-gcm

A NodeJS wrapper library port to send data to Android devices via Google Cloud Messaging
https://github.com/ToothlessGear/node-gcm
Other
1.3k stars 208 forks source link

Badge for Android #259

Closed miparnisari closed 7 years ago

miparnisari commented 8 years ago

Is there a way to send a badge update for Android?

eladnava commented 8 years ago

Android does not have a built-in badge icon for apps (however, some manufacturers manually add support for this -- the code to make it work is pretty hacky and different for every manufacturer). You could implement the required logic in your push BroadcastReceiver after sending the badge count via GCM.

hypesystem commented 7 years ago

It seems this has been answered.

(I don't know anything about this :disappointed: )