BadgeCount on ios simulator
justdan0227 opened this issue · 1 comments
justdan0227 commented
Does a simple setting of the badge count work on the IOS simulator? I'm doing the following and I do not see that the application icon badge count shows up in the ios simulator.
PushNotificationIOS.setApplicationIconBadgeNumber(2);
Am I missing a concept here? I tried this on a real device as well and see no Badge Number on the application icon.
AimanFarhanMohdFaruk commented
Are you using both Firebase FCM messages and APNs messages? I have found that the flows are different and that each notification may have a different badge count.