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

💬 iOS Chat SDK in Swift - Build your own app chat experience for iOS using the official Stream Chat API

Results 75 stream-chat-swift issues
Sort by recently updated
recently updated
newest added

### 🔗 Issue Links Hopefully resolves: [PBE-5686](https://stream-io.atlassian.net/browse/PBE-5686) ### 🎯 Goal Do not let multiple DatabaseContainers to modify the DB. ### 📝 Summary - Clear changes in the writableContext when save...

🐞 Bug
🔧 WIP
🌐 SDK: StreamChat (LLC)

## What did you do? I have this code ```swift func updateStreamProfile(image: URL?, completion: ((Error?) -> Void)? = nil) { guard let extraData = data?.extraData else { return } ChatClient...

🌐 SDK: StreamChat (LLC)
🏗 Missing Feature Parity

## What did you do? I launched the app, waited for a few minutes, and then resumed it. ## What did you expect to happen? I expected the WebSocket to...

🐞 Bug
🌐 SDK: StreamChat (LLC)

### 🔗 Issue Links Helps with https://stream-io.atlassian.net/browse/PBE-4993?atlOrigin=eyJpIjoiMDI5NDFhMTIxNDRiNDJlNDhkOTQxY2RkYWFjZDQ5NjgiLCJwIjoiaiJ9. ### 🎯 Goal Fix errors in Swift 6 where explicit casting is needed for some CoreData DTOs. ![Screenshot 2024-07-16 at 16 10 59](https://github.com/user-attachments/assets/6ce13fc8-bf3b-4fdc-8657-53d4421a48ad)...

## What did you do? I've built some UI that badges the button that leads you to Stream chat when the chat has an unread message in it. ## What...

🐞 Bug
🔜 Upcoming

### Summary This is just a proof of concept to see how feasible it would be to reuse view models across the SwiftUI and UIKit SDK. Spoiler Alert: It looks...

🔧 WIP

## What did you do? I have the following `tokenProvider` in my app: ``` private lazy var tokenProvider: TokenProvider = { [weak self] completion in _ = self?.authRepository.chatToken() .observeOn(MainScheduler.instance) .subscribe(...

🐞 Bug
🌐 SDK: StreamChat (LLC)

### 🔗 Issue Links Resolves https://linear.app/stream/issue/IOS-578/location-attachment ### 🎯 Goal Adds support for static and live location attachments in the Low-Level Client SDK. The UI has been implemented in the Demo...

🌐 SDK: StreamChat (LLC)
✅ Feature
🟢 QAed

> [!IMPORTANT] > StreamChatUI changes are in #3660 and will be merged to here. This PR can be reviewed already. ### 🔗 Issue Links Resolves [IOS-735](https://linear.app/stream/issue/IOS-735) ### 🎯 Goal *...

🌐 SDK: StreamChat (LLC)

> [!IMPORTANT] > Merges to the main `swift-6` branch, not `develop` ### 🔗 Issue Links Resolves [IOS-735](https://linear.app/stream/issue/IOS-735) ### 🎯 Goal * Set Swift version to 6 and implement complete concurrency...

🎨 SDK: StreamChatUI
⏫ Dependencies Update
✅ Feature