flutter_app_badger icon indicating copy to clipboard operation
flutter_app_badger copied to clipboard

Android: App Icon badge update not working

Open NaingMyoThawNMYT opened this issue 3 years ago • 1 comments

For Android, This plugin only works after one FCM notification is received. That is bad!

For iOS, No device, no test

NaingMyoThawNMYT avatar Dec 06 '21 02:12 NaingMyoThawNMYT

Android does not offer the same badge display functionality at the OS level as iOS. They are provided at the API level by the manufacturer of the device or launcher application (e.g. MicrosoftLauncher). Basically, Android should not support Badge display and should conform to the specifications of the OS, launcher app, and device.

seal-app-07 avatar Mar 18 '24 07:03 seal-app-07