stream-chat-flutter
                                
                                 stream-chat-flutter copied to clipboard
                                
                                    stream-chat-flutter copied to clipboard
                            
                            
                            
                        Integrate communication notifications
Please select which package this feature is related to
stream_chat_flutter
Which platforms would this feature impact?
iOS
Is your feature request related to a problem?
Communication notifications are the new type of notifications released in the previous iOS version, and all chat apps have already integrated them.
https://developer.apple.com/documentation/usernotifications/implementing_communication_notifications
It's a little frustrating since notifications from our app look out of place with this new notification type.
Describe the solution that you'd like
In my opinion, all chat notifications should be migrated to this new API.
Describe alternatives that you have considered
Provide documentation on how to integrate this manually and connect it to GetStream?
Additional context
No response
Code of Conduct
- [X] I agree to follow this project's Code of Conduct
This issue is stale because it has been open for 20 days with no activity.
Is there anything new regarding this?
any word?
Hi @IvanTrejoDev 👋
As far as I am aware, we don't create any push notification types or banners in the Flutter SDK for Stream Chat. We mainly deal with all backend and leave it up to users to implement the push notification banners as mentioned here.
We usually recommend developers use the flutter_local_notifications package for displaying banners. However, this does not currently support the notification type you mention as seen here: https://github.com/MaikuB/flutter_local_notifications/issues/1525
I am closing this as I don't think there's anything we can do on our side for this but feel free to correct me if I am mistaken.