flutter_local_notifications and firebase_messaging latest are incompatible again.
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.
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
environment: sdk: ">=2.16.1 <3.0.0"
Not sure when it started happening, I was trying this recently.
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
I am facing same similar issue... notification work in android but not in ios
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
Same here
Note I mentioned earlier that this will require a minimal app for reproducing the issue
Closing due as lack of minimal app that can reproduce the issue