windows7lake / app_badge_plus

A Flutter plugin for adding badges to your app icon.
MIT License
16 stars 6 forks source link

iOS badge count not working #14

Open deepiih opened 1 day ago

deepiih commented 1 day ago

badge count not working on ios when app is in kill mode or foreground and currently i am using flutter_app_badger: ^1.5.0 how can i manage that...?

387107874-e4515759-c65e-4317-8f61-68809784bcee 387108427-a67f783c-35c1-47f5-95db-e6d24b81dc08 387108540-bf0b0608-e4fb-4937-969a-9f8fed0e37ac

windows7lake commented 1 day ago

@deepiih In your project, will the setAppBadge method be called? I test my local example and AppBadgePlus works fine when received a notification. Or maybe you can switch to app_badge_plus: ^1.1.2.

deepiih commented 1 day ago

is it also working on kill mode and background mode ? and is ios change the app icon ui in kill mode? i have firebase notification implementation like above

windows7lake commented 1 day ago

Working on background mode, but receive notification mothod was not called on kill mode. So I use iOS Notification Extension to solved it.

image