Swiftpack.co - Swift Packages by sendbird

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.

Packages published by sendbird

sendbird/sendbird-uikit-ios v3.5.8
Sendbird UIKit for iOS is a development kit with a user interface, offering a simplified integration into chat.
⭐️ 66
πŸ•“ 1 week ago
πŸ”– Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
1 week ago
### v3.5.8 (May 26, 2023) with Chat SDK **v4.8.5** * Improved stability
3 weeks ago
### v3.5.7 (May 16, 2023) with Chat SDK **v4.8.3** * Added `notification` property in `SBUFontSet.FontFamily` class * This property is for the Notification feature * Added statistics for the action of notification * Improved stability
5 weeks ago
### v2.2.14 (Apr 28, 2023) * Update iOS deployment target to 11.0 for Xcode 14.1+
5 weeks ago
### v3.5.6 (Apr 26, 2023) with Chat SDK **v4.6.7** * Update iOS deployment target to 11.0 for Xcode 14.1+ * Modified access level to the public of `SBUChannelTitleView` class and properties. * Improved pending message update logic in thread message list
6 weeks ago
### v3.5.5 (Apr 19, 2023) * Improved stability
7 weeks ago
### v3.5.4 (Apr 14, 2023) with Chat SDK **v4.6.6** * Separated `quotedMessageBackgroundColor` as `quotedMessageLeftBackgroundColor` and `quotedMessageRightBackgroundColor` in `SBUMessageCellTheme` * Deprecated `quotedMessageBackgroundColor` in `SBUMessageCellTheme` * Added `quotedMessageLeftBackgroundColor` and `quotedMessageRightBackgroundColor` in `SBUMessageCellTheme` * Modified access level to the public of `SBUCommonItem` properties. * Supported multi-line title of channel cell * Improved stability
9 weeks ago
### v3.5.3 (Mar 31, 2023) * Modified voice message maximum recording time from 1 min to 10 min * Improved stability
10 weeks ago
### v3.5.2 (Mar 24, 2023) * Added `SBUCommonViewControllerSet` * Added `FileViewController` to `SBUCommonViewControllerSet` * Renamed `SBUFileViewer` to `SBUFileViewController` * Added new static properties in `SBUGlobals` * Added `isTintColorEnabledForCustomizedIcon` and `isCustomizedIconResizable` * Improved stability
11 weeks ago
### v3.5.1 (Mar 17, 2023) * Improved stability
12 weeks ago
### v3.5.0 (Mar 14, 2023) with Chat SDK **v4.6.0** * Added Support for Notification Channels * `SBUFeedNotificationChannelViewController` and `SBUFeedNotificationChannelModule` (`Header`, `List`) added * `SBUChatNotificationChannelViewController` and `SBUChatNotificationChannelModule` (`Header`, `List`) added
iOS
sendbird/sendbird-ios-framework v3.1.48
Sendbird Chat SDK for iOS in Objectivce-C for enablement of a rich, engaging, scalable, and real-time chat service.
⭐️ 61
πŸ•“ 5 weeks ago
πŸ”– Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
v3.1.48
5 weeks ago
### **Improvements** - Updated iOS deployment target to 11.0 for Xcode 14.1+
v3.1.47
7 weeks ago
### **Improvements** - Fixed completion to be called only once when the received websocket command is an error
v3.1.46
7 weeks ago
### **Improvements** - Fixed crash issue that occurs when websocket disconnects
v3.1.45
8 weeks ago
### **Improvements** - Fixed crash issue that occurs when websocket disconnects
v3.1.44
12 weeks ago
### **Improvements** - Improved stability
v3.1.43
13 weeks ago
### **Improvements** - Improved stability
v3.1.42
14 weeks ago
## Improvements - Fixed a bug that the callback of the connect method returns the connection canceled error
v3.1.41
15 weeks ago
## Improvements - Fixed potential memory issue when closing websocket
sendbird/sendbird-chat-sdk-ios v4.8.5
Sendbird Chat SDK for iOS for enablement of a rich, engaging, scalable, and real-time chat service.
⭐️ 12
πŸ•“ 1 week ago
πŸ”– Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
v4.8.5
1 week ago
### Improvements - Fixed `MessageCollectionDelegate.messageCollection(_:context:channel:updatedMessages:)` to be invoked after sending a message via API fallback - Fixed `GroupChannelCollectionDelegate.channelCollection(_:context:addedChannels:)` to not be invoked for added messages until `loadMore` is called in `GroupChannelCollection`
v4.8.4
2 weeks ago
### Improvements - Improved stability
v4.8.3
3 weeks ago
### Improvements - Improved stability
v4.8.2
3 weeks ago
- Added `includeParentMessageInfo` to `PinnedMessageListQueryParams`
v4.8.1
3 weeks ago
### **Improvements** - Fixed a crash issue that occurred when encoding `User`
v4.8.0
4 weeks ago
### **Features** ### PinnedMessageListQuery You can now retrieve all pinned messages within a GroupChannel by the `PinnedMessageListQuery`. * Added `PinnedMessage` * Added `PinnedMessageListQuery`, `PinnedMessageListQueryParams` * Added `createPinnedMessageListQuery(params:)` for `GroupChannel` object ```swift let queryParams = PinnedMessageListQueryParams { params in params.limit = 20 // Set other properties in `params` } self.query = channel.createPinnedMessageListQuery(queryParams) self.query.loadNextPage { messages, error in // Handle result } ``` ### **Improvements** - Added URL encoding for `userId` with non-ascii characters
v4.7.0
5 weeks ago
### **Features** ### (Moderation) Automatically detect when user is unmuted You can now automatically detect when a muted user is unmuted by leveraging `MessageCollection`. Clients will now receive `MessageCollectionDelegate.messageCollection(_:context:updatedChannel:)` with `CollectionEventSource.eventUserUnmuted` when an user is unmuted after their muted duration has expired, on top of explict unmute calls. This now means that you can easily transition user’s experience and allow them to chat even more seamlessly. Note that this is a MessageCollections only feature! We recommend all of our clients to give it a try if you haven’t : ) ### Improvements - Updated iOS deployment target to 11.0 for Xcode 14.1+ - Fixed crash issue that occurred when encoding GroupChannel
v4.6.7
6 weeks ago
### Improvements - Improved stability
v4.6.6
7 weeks ago
### Improvements - Changed default value of nextResultSize and prevResultSize in MessageCollection to 40 - Stability improvements
v4.6.5
8 weeks ago
- Fixed a bug where a group channel collection returns channels for other user who used the device
iOS
sendbird/sendbird-calls-ios 1.10.7
A guide of Sendbird Calls SDK for iOS for an engaging voice and video call experience.
⭐️ 11
πŸ•“ 2 weeks ago
πŸ”– Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
1.10.7
2 weeks ago
### 1.10.7 (May 23, 2023) * Added `SendBirdCall.retrieveMissedDirectCalls` to get incoming direct calls that were not received via push notifications. * Added `SendBirdCallDelegate.didReceiveVoIPException` to handle any incorrectly received voip push notifications.
1.10.6
6 weeks ago
### 1.10.6 (Apr 21, 2023) * Improved connection quality delegate in Direct Calls.
1.10.5
7 weeks ago
### 1.10.5 (Apr 12, 2023) - Added a feature to detect connection qualities in ongoing Direct Calls. - Added `ConnectionQualityDelegate` - Added `ConnectionMetrics`
1.10.4
10 weeks ago
### 1.10.4 (Mar 22, 2023 UTC) * Fixed a "virtual filesystem overlay file not found" bug on Xcode.
1.10.3
12 weeks ago
### 1.10.3 (Mar 10, 2023 UTC) * Added a feature to kick other participants in a room with the same user id as the current user. * Added `Room.EnterParams.kickSiblings`
15 weeks ago
### 1.10.2 (Feb 17, 2023 UTC) * Fix a bug in Direct Call where the audio output would automatically changes back to earpiece after the call connects.
16 weeks ago
### 1.10.1 (Feb 14, 2023 UTC) * Added room delegates methods to detect local participant's connection with the server. * Added `RoomDelegate.didLocalParticipantDisconnect` * Added `RoomDelegate.didLocalParticipantReconnect`
18 weeks ago
### 1.10.0 (Jan 31, 2023 UTC) * Added a feature to invite users to enter a room. * Added `room.sendInvitation(inviteeId:completionHandler:)`. * Added `RoomInvitation` class to manage invitation. * Added `roomInvitation.accept`, `roomInvitation.decline`, `roomInvitation.cancel`. * Added `RoomDelegate.onInvitationAccepted`, `RoomDelegate.onInvitationDeclined`, `RoomDelegate.onInvitationCanceled`. * Added a new interface to delete a room. * Added `room.delete`.
29 weeks ago
### 1.9.7 (Nov 14, 2022 UTC) * Fixed an error where audio recording would stop when the audio is put on mute.
33 weeks ago
### 1.9.6 (Oct 13, 2022 UTC) * Improve stability.
iOS
sendbird/sendbird-chat-ios-spm v3.1.48
[v3] Sendbird Chat SDK for SPM
⭐️ 2
πŸ•“ 5 weeks ago
πŸ”– Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
v3.1.48
5 weeks ago
### **Improvements** - Updated iOS deployment target to 11.0 for Xcode 14.1+
v3.1.47
7 weeks ago
### **Improvements** - Fixed completion to be called only once when the received websocket command is an error
v3.1.46
7 weeks ago
### **Improvements** - Fixed crash issue that occurs when websocket disconnects
v3.1.45
8 weeks ago
### **Improvements** - Fixed crash issue that occurs when websocket disconnects
v3.1.44
12 weeks ago
### **Improvements** - Improved stability
v3.1.43
13 weeks ago
### **Improvements** - Improved stability
v3.1.42
14 weeks ago
## Improvements - Fixed a bug that the callback of the connect method returns the connection canceled error
v3.1.41
15 weeks ago
## Improvements - Fixed potential memory issue when closing websocket
iOS
sendbird/SendBird-Desk-iOS-Framework v1.1.3
Sendbird Desk SDK for iOS: customizable live chat customer support system on Sendbird Chat platform.
⭐️ 1
πŸ•“ 5 weeks ago
πŸ”– Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
5 weeks ago
### v1.1.3 (Apr 26, 2023) with Chat SDK **v4.6.7** * Update iOS deployment target to 11.0 for Xcode 14.1+
17 weeks ago
### v1.1.2 (Feb 3, 2023) * Added status2 features * Added `SBDSKTicket.Constants.Status2` constants * Added `status2` property in `SBDSKTicket` class * Added `getAllTicketList(offset:customFieldFilter:completionHandler:)` function in `SBDSKTicket` class * Added `getTicketList(offset:customFieldFilter:status2:completionHandler:)` function in `SBDSKTicket` class
29 weeks ago
### v1.1.1 (Nov 11, 2022) * Fixed bug that refreshed ticket has no channel * Improved stabilities
39 weeks ago
* Raised minimum dependency version of `SendbirdChatSDK` to `4.0.9` * Modified handlers' error parameter type to `SBError` * (*Swift only*) Modified channel parameter type to `BaseChannel` in `SBDSKMain isDeskChannel(_:)` * (*Swift only*) Modified user message parameter type to `UserMessage` in `SBDSKTicket submitFeedback(with:score:)` * (*Swift only*) Modified message parameter type to `BaseMessage` in `SBDSKAdminMessage isAdminMesasge(_:)`
48 weeks ago
* Updated podspec to set dependency to SendbirdChatSDK as β€œup to next major version”
1 year ago
* Raised minimum target of iOS to `9.0`. * Raised minimum dependency version of `SendBirdSDK` to `3.0.221`. * Deprecated interfaces * Renamed `SBDSKMain.getSdkVersion()` to `SBDSKMain.getSDKVersion()` * (*Swift only*) Renamed first parameters of public interfaces in `SBDSKTicket` * Stability improvements.
2 years ago
`SBDSKTicket.cancel(transferGroupKey:completionHandler:)` has been replaced by `SBDSKTicket.cancel(groupKeyForTransfer:completionHandler:)`.
2 years ago
* Migrated SDK language to Swift. * Added support for XCFramework * Raised minimum dependency version of `SendBirdSDK` to `3.0.200`.
2 years ago
* Added supports for BotKey. * Added option to specify botKey when creating `SBDSKTicket`. * Added `SBDSKTicket.cancel(transferGroupKey:completionHandler:)`. * Added support for FAQ. * Added `SBDSKTicket.selectQuestion(faqFileId:question:completionHandler:)`. * Added `SBDSKFAQData` and `SBDSKFAQResult`.
2 years ago
Improved handling of error code.
iOS
sendbird/sendbird-live-sdk-ios v1.0.0-beta.13
Sendbird Live API turns a client app into a live streaming platform where users can broadcast themselves in real-time to their followers.
⭐️ 0
πŸ•“ Yesterday
πŸ”– Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
v1.0.0-beta.13
Yesterday
## 1.0.0-beta.13 (June 5, 2023) Added bandwidth, resolution, availableBitrate to ConnectionMetrics for better information about the live event.
v1.0.0-beta.12
1 week ago
## v1.0.0-beta.12 (May 24, 2023) - Added interfaces to set video quality constraints. - Added `MediaOptions.videoQualityConstraints` - Added `LiveEvent.updateVideoQualityConstraints()` - Added interfaces to get network statistics from ongoing live events. - Added `LiveEvent.setConnectionQualityDelegate` - Added `ConnectionQualityDelegate.didConnectionQualityUpdate`
v1.0.0-beta.11
2 weeks ago
## v1.0.0-beta.11 (May 19, 2023) - Improved stability.
v1.0.0-beta.10
4 weeks ago
## v1.0.0-beta.10 (May 9, 2023) - Improve audio device management while watching or hosting a Live Event.
v1.0.0-beta.9
6 weeks ago
## v1.0.0-beta.9 (Apr 25, 2023) - Stability improvements.
v1.0.0-beta.8
10 weeks ago
## v1.0.0-beta.8 (Mar 24, 2023) - Stability improvements.
12 weeks ago
## v1.0.0-beta.7 (Mar 8, 2023) - Introducing reactions in Live Event. You can now react to live events in real time for better user interactions. - Added `LiveEvent.CreateParams.reactionKeys` - Added `LiveEvent.increaseReactionCount` - Added `LiveEventDelegate.didReactionCountUpdate`
21 weeks ago
## v1.0.0-beta.6 (Jan 9, 2023) - Add interfaces to support streaming from RTMP.
23 weeks ago
### v1.0.0-beta.5 (Dec 22, 2022 UTC) - Add interfaces to support applying filters to camera feed using external video source.
v1.0.0-beta.4
30 weeks ago
## v1.0.0-beta.4 (Nov 3, 2022) - Improved stability.
iOS
sendbird/chat-sdk-ios-automation-test v0.2.2
πŸ€–πŸŽ― Mock target repository for testing release automation
⭐️ 0
πŸ•“ 21 weeks ago
iOS
sendbird/sendbird-live-uikit-ios v1.0.0-beta.5
Sendbird Live UIKit for iOS allows you to create customizable views and execute essential live functions.
⭐️ 0
πŸ•“ 10 weeks ago
πŸ”– Release Notes

Releases

The markdown parsing is broken/disabled for release notes. Sorry about that, I'm chasing the source of a crash that's been bringing this website down for the last couple of days.
v1.0.0-beta.5
10 weeks ago
## v1.0.0-beta.5 (Mar 24, 2023) - Introducing Reactions in Live Events. - Added reaction button and reaction animation to live event view. - You can add customized icons and animation to be used when users react to live events.
30 weeks ago
## v1.0.0-beta.3 (Nov 9, 2022) - Improved stability.
30 weeks ago
## v1.0.0-beta.2 (Nov 3, 2022) - Improved stability.
34 weeks ago
## v1.0.0-beta (Oct 6, 2022) - Release Sendbird Live UIKit Open Beta. Sendbird Live UIKit for iOS allows you to create customizable views and execute essential live functions.
iOS

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics