Flutter:iOS 丰富的图像通知在 firebase 消息传递中不起作用
Flutter: iOS rich image notification is not working in firebase messaging
使用firebase flutterfirebase_messaging: ^6.0.9
配合google官方文档几乎没有解决致富ios图片通知
我尝试过的:
我发现在 React Native 开发者中使用这个
using the Extensions Framework you can use the
CarnivalNotificationServiceExtension class to handle the default
implementation for you
在 google firebase_messaging
中寻找类似的解决方案
问题参考:
https://github.com/FirebaseExtended/flutterfire/issues/357(好久没解决)
https://github.com/MaikuB/flutter_local_notifications/issues/111
您可以按照说明添加通知服务扩展here
使用firebase flutterfirebase_messaging: ^6.0.9
配合google官方文档几乎没有解决致富ios图片通知
我尝试过的:
我发现在 React Native 开发者中使用这个
using the Extensions Framework you can use the CarnivalNotificationServiceExtension class to handle the default implementation for you
在 google firebase_messaging
中寻找类似的解决方案问题参考:
https://github.com/FirebaseExtended/flutterfire/issues/357(好久没解决)
https://github.com/MaikuB/flutter_local_notifications/issues/111
您可以按照说明添加通知服务扩展here