katzer / cordova-plugin-badge

Access and modify badge numbers
Apache License 2.0
408 stars 253 forks source link

cordova.plugins.notification.badge.set function didn't work rightly #66

Closed fenglu09 closed 8 years ago

fenglu09 commented 8 years ago

Today , I tried to use this plugin in my app。 But the method cordova.plugins.notification.badge.set seems to only work for the first time, after the first called , no matter which number I set, the badge didn't changed。

My android version is: 5.0.2 Cordova version: 6.1.1

fenglu09 commented 8 years ago

I finally found is my problem. The reason is that, I didn't set the notifacation id。

fenglu09 commented 8 years ago

I finally found is my problem. The reason is that, I didn't set the notifacation id。