Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Flutter: iOS rich image notification is not working in firebase messaging

Using the firebase flutter firebase_messaging: ^6.0.9 with google official documentation almost no solution to get rich ios image notification.

what I have tried:

I found that in react native developers used this

using the Extensions Framework you can use the CarnivalNotificationServiceExtension class to handle the default implementation for you

looking for the similar solution in google firebase_messaging

references for the issue:

https://github.com/FirebaseExtended/flutterfire/issues/357 (long time still unresolved)

https://github.com/MaikuB/flutter_local_notifications/issues/111

https://docs.mobile.sailthru.com/docs/ios-rich-push

like image 710
LOG_TAG Avatar asked Feb 22 '20 08:02

LOG_TAG


1 Answers

You can add a notification service extension as described here

like image 131
Morad Avatar answered Nov 10 '22 13:11

Morad