flutter_local_notifications icon indicating copy to clipboard operation
flutter_local_notifications copied to clipboard

flutter_local_notifications and firebase_messaging latest are incompatible again.

Open rupa6 opened this issue 3 years ago • 7 comments

flutter_local_notifications(9.5.0) and firebase_messaging (11.2.13) conflicts in iOS again for handler. Due to this we can't receive callback in onMessageOpenedApp. Removing iOS settings from AppDelegate.m seems to work well for firebase_messaging but then flutter_local_notifications breaks.

rupa6 avatar May 22 '22 07:05 rupa6

Could you include details of the version of Flutter you are using and do you know when this started happening? Curious what has happened and since when given the plugin hasn't made changes in this space

MaikuB avatar May 22 '22 10:05 MaikuB

environment: sdk: ">=2.16.1 <3.0.0"

Not sure when it started happening, I was trying this recently.

rupa6 avatar May 25 '22 05:05 rupa6

Thanks @rupa6 for the reply. What you sent isn't the Flutter version, that specifies what versions of Dart your application supports. To get the Flutter version, please run flutter doctor -v

MaikuB avatar May 25 '22 07:05 MaikuB

I am facing same similar issue... notification work in android but not in ios

pranavo72bex avatar May 26 '22 10:05 pranavo72bex

Please provide a minimal app that can reproduce the issue. I tried updating an app (https://github.com/MaikuB/flutter_firebase_local_notifications_examples/tree/updateKotlinSwift/kotlin_swift) I use for testing both together was able to receive callbacks from FCM and this plugin. This was tested with Flutter 3.0.0

MaikuB avatar May 26 '22 14:05 MaikuB

Same here

dehypnosis avatar Jun 12 '22 18:06 dehypnosis

Note I mentioned earlier that this will require a minimal app for reproducing the issue

MaikuB avatar Jun 26 '22 09:06 MaikuB

Closing due as lack of minimal app that can reproduce the issue

MaikuB avatar Dec 03 '22 00:12 MaikuB