I have a flutter app in which the image is not visible in FCM notification on iOS when the app is running on background or terminated state. But im getting the notification in the foreground state.
I have also implemented the Notification service extension but also the image is not coming in the notification in the background or terminated state.
pubspec.yaml
firebase_core: ^2.31.0
firebase_messaging: ^14.9.2
flutter_local_notifications: ^9.1.15
What could be the potential issue or any setup I’m missing?
Notification when the app is in background
Notification when app is running
Krishna Choudhary is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.