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