Adding real-time chat messaging to my SwiftUI app: What options are available?

231 Views Asked by At

I am building a SwiftUI app that will have an in-app chat messaging functionality. Is there any SwiftUI SDK I can use to add the chat functionality?

1

There are 1 best solutions below

1
Alexander Sandberg On

One option is Stream.

They have iOS SDKs for both UIKit and SwiftUI and provide good samples on how to implement and customize their SDK.