In Flutter android i implemented Notification and that works for all devices. but I'm getting problem in Badge icon count when multiple notifications arrives. That needs to show count on icon, in my Samsung device its works like charm but in vivo, oppo, Mi that badge count is not showing.
Asked
Active
Viewed 1,857 times
-1
-
How are you showing Badge ? As far as i know there is no Support from android for this . – ADM Aug 13 '20 at 04:45
-
Check the notification settings for this particular app, the app icon badge migh have been disabled – Shreemaan Abhishek Aug 13 '20 at 04:49
-
@AbhishekChoudhary i check for that device but there is no option for that like in samsung. – Sachin Suthar Aug 13 '20 at 06:03
-
@ADM as we see in whatsapp badge icon total count unread message that type not showing in vivo.in samsung work in my app . – Sachin Suthar Aug 13 '20 at 06:05
-
That's not a Android api . It's probably a 3rd party library which does not work on all devices. Also you need to provide the code with question .. – ADM Aug 13 '20 at 06:06
-
@SachinSuthar please provide code snipt so that some one can help you :) – hio Aug 13 '20 at 09:47
-
@ParthPitroda ok – Sachin Suthar Aug 13 '20 at 09:59
-
@ADM please check now quetion with code – Sachin Suthar Aug 13 '20 at 10:24