flutter_app_badger
flutter_app_badger copied to clipboard
iOS error when using firebase message after switching to the background 2 times
iOS error when using firebase message after switching to the background 2 times,the badger will disappear !
Hello,
This is normal, because the firebase messaging SDK also edit the badge. That's why the two plugin may not work well together
Hello,
This is normal, because the firebase messaging SDK also edit the badge. That's why the two plugin may not work well together
But firebase cannot display forever badger!!!!OMG !! Can i have any way to solve it??
@lessthanno This isn't a perfect solution, but you can solve this problem by commenting out the following lines in firebase_messaging/ios/Classes/FLTFirebaseMessagingPlugin.m
application.applicationIconBadgeNumber = 1;
application.applicationIconBadgeNumber = 0;
@lessthanno This isn't a perfect solution, but you can solve this problem by commenting out the following lines in firebase_messaging/ios/Classes/FLTFirebaseMessagingPlugin.m
application.applicationIconBadgeNumber = 1; application.applicationIconBadgeNumber = 0;
Where is this file I cannot find it
is there any workaround ??