0

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

Ankur Goel
  • 21
  • 5

1 Answers1

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).