PushNotification.setApplicationIconBadgeNumber(6) doesn't work in android
As stated in the README, you need to use ShortcutBadger: https://github.com/leolin310148/ShortcutBadger
@Gp2mv3 The docs states that it uses ShortcutBadger, but it doesn't state anything about you having to manually use it.
Looking at the source code, it seems like this library does all the required work in order to use ShortcutBadger when this function is used in Android.
Perhaps, the documentation is not clear enough. What steps are required to have PushNotification.setApplicationIconBadgeNumber to work in Android? I'm facing the same issue.
This is still an issue.
Most helpful comment
@Gp2mv3 The docs states that it uses ShortcutBadger, but it doesn't state anything about you having to manually use it.
Looking at the source code, it seems like this library does all the required work in order to use ShortcutBadger when this function is used in Android.
Perhaps, the documentation is not clear enough. What steps are required to have PushNotification.setApplicationIconBadgeNumber to work in Android? I'm facing the same issue.