forked from arnesson/cordova-plugin-firebase
-
-
Notifications
You must be signed in to change notification settings - Fork 497
Closed
Labels
androidRelates to Android platformRelates to Android platformbugSomething isn't working properlySomething isn't working properlyignored issue templateThe reported ignored the issue template so required information may not be presentThe reported ignored the issue template so required information may not be presentinvestigateIssue requires investigationIssue requires investigationruntime issueAn issue related to app runtimeAn issue related to app runtime
Description
I am trying to set badge with my app logic, and it is not working. it's reseting the current badge.
` window.FirebasePlugin.setBadgeNumber(myCount, function () {
alert('success')
},
function (err) {
alert(err)
})
the function is running and display the alert 'success' on done event, but the badge is not set to my request number.
Metadata
Metadata
Assignees
Labels
androidRelates to Android platformRelates to Android platformbugSomething isn't working properlySomething isn't working properlyignored issue templateThe reported ignored the issue template so required information may not be presentThe reported ignored the issue template so required information may not be presentinvestigateIssue requires investigationIssue requires investigationruntime issueAn issue related to app runtimeAn issue related to app runtime