Relative Content

Tag Archive for iosflutterfirebasefirebase-cloud-messaging

Firebase Background Notifications Not Getting Handled on iOS Flutter

I am working on FCM with Flutter. In case of Android it is working fine. But, in case of iOS, it is not working as expected. I am receiving both background and foreground notifications. Foreground notifications are getting handled and working as expected. But, in case of background notifications, I am receiving them, but they are not getting handled. Following is my Flutter code: