Open deepiih opened 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
.
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
Working on background mode, but receive notification mothod was not called on kill mode. So I use iOS Notification Extension to solved it.
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...?