Skip to content

setBadgeNumber not working #124

@michelsondan

Description

@michelsondan

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 platformbugSomething isn't working properlyignored issue templateThe reported ignored the issue template so required information may not be presentinvestigateIssue requires investigationruntime issueAn issue related to app runtime

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions