ShortcutBadger
ShortcutBadger copied to clipboard
Notification Count when App is in background or killed
- Does this library work if the app is in background or killed?
- I'm trying to set the badge count through the onReceived() of my app's broadcast receiver. The count is being updated or the badge is being updated if the notification is received when the app is in foreground. How can I do the same when the app is in background or when the app is killed?
I think U have 2 do something like a service to keep de badge updated
I have included the applyCount() inside the nReceive(Context context, Intent intent) method of my BroadcastReceiver class
I am facing same issue... is there anyone who can help me...
facing same issue ,i catch notification in my service ,but applyCount do not work.
Does this work yet?