stream-chat-flutter icon indicating copy to clipboard operation
stream-chat-flutter copied to clipboard

Integrate communication notifications

Open bjurkovic-margins opened this issue 1 year ago • 3 comments

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

bjurkovic-margins avatar Nov 24 '23 11:11 bjurkovic-margins

This issue is stale because it has been open for 20 days with no activity.

github-actions[bot] avatar Feb 20 '24 01:02 github-actions[bot]

Is there anything new regarding this?

bjurkovic-margins avatar Mar 05 '24 15:03 bjurkovic-margins

any word?

IvanTrejoDev avatar Apr 10 '24 19:04 IvanTrejoDev

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.

deven98 avatar Jun 07 '24 14:06 deven98