I am using node in backend, and using notification hub to send bulk notification to bulk of users, is there a way to manage badge count?for both android and ios devices
Asked
Active
Viewed 177 times
1 Answers
0
Azure Notification Hubs does not offer a feature that enables you to manage badge count. You can track the badge count on your backend and send the count with the notification (as a property of the notification request).

John M. Wargo
- 111
- 1