Badge number icon not appear after incoming push notifications

  1. SDK Version: 48
  2. Platforms(Android/iOS/web/all): android

I’m using expo notifications and the push notifications are working, but I don’t see the badge number icon appear on the app icon.

My code looking the same as the code in the documentation with the “shouldSetBadge:true”

Notifications.setNotificationHandler({
handleNotification: async () => ({
shouldShowAlert: true,
shouldPlaySound: true,
shouldSetBadge:true,
}),
});

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.