-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Android badge count not showing more than one digit like 10,11,...100 #375
Comments
@AdilHypeteq Android 8 introduced Android Notification Channels that supports badges. Most Android Launchers should be using this already. I recommend you include the Android version and device model and if it is up to date if you do really need to support an older version of Android. However this library hasn't been updated in a number of years, most likely due to Android Notification Channels noted above. |
@jkasten2 I have already implemented Notification Channels like this, is there anything wrong?
|
@AdilHypeteq Looks correct to me, I see you have Possibly Also what Android version, device model, and Android Launcher are you using? Also this Android doc on badges might be useful: |
@jkasten2 I have also tried this but not getting success. |
@AdilHypeteq I would guess then that this is some designed behavior for the Android Launcher you are using. |
@jkasten2 I'm using Realme XT, Android 11 and in this device show only red dot not showing number like WhatsApp. |
@jkasten2 if you have any working demo then please send me. |
Just some guess:
I haven't seen this issue with AOSP Android or the 3rd party Nova Android Launcher. |
@jkasten2 if you have any demo that working in other devices then please share with me. |
@AdilHypeteq device-2022-06-02-013926.mp4 |
@jkasten2 can you share me demo code or GitHub link? |
@AdilHypeteq Was sending pushes through the OneSignal push notification service in that video, using this example project to build the app for the device: |
Hello friends,
I have tried to implement this library and but facing one or two issues like not support all devices and if app badge count showing then not showing more than one digit it's stuck at 9 number.
So after 9 badge count not showing number like 10,11,12.... it's just show one half second and then again showing 9 badge.
Please help me.
The text was updated successfully, but these errors were encountered: