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.18.2
Sendbird UIKit for iOS is a development kit with a user interface, offering a simplified integration into chat.
⭐️ 89
πŸ•“ 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.
2 days ago
- Updated iOS deployment target to 12.0 - Updated Xcode version to 15.0 - Added PrivacyInfo.xcprivacy for [Apple Privacy Manifest](https://developer.apple.com/documentation/bundleresources/privacy_manifest_files)
Yesterday
Release 2.1.16 with privacy manifest
3.20.0
2 weeks ago
## Improvements - Updated iOS deployment target to 12.0 - Updated Xcode version to 15.0 - Added PrivacyInfo.xcprivacy for [Apple Privacy Manifest](https://developer.apple.com/documentation/bundleresources/privacy_manifest_files) - Improved UI updates for single stream message to work smoothly
3.19.1
4 weeks ago
## Improvements - Updated internal code to be compatible with ChatSDK 4.18.0
3.19.0
4 weeks ago
## New Feature Reactions is now supported for Super Group Channels in Sendbird UIKit. To enable this feature, you must enable the **Reactions attribute** for your application in Sendbird server, and also enable **Reactions for Super Group Channel** in UIKit Config. Here are the new interfaces. - `SBUConfig.GroupChannel.channel.isSuperGroupReactionsEnabled` - `SBUAvailable.isSupportSuperGroupReactions()` - `SBUContentBaseMessageCell.enableEmojiLongPress` - `SBUUserMessageCellParams.enableEmojiLongPress` - `SBUFileMessageCellParams.enableEmojiLongPress` - `SBUMultipleFilesMessageCellParams.enableEmojiLongPress` - `SBUMessageReactionView.enableEmojiLongPress` ## New Interfaces - Added `SBUSuggestedRepliesRenderType' to specify the conditions for displaying `suggested replies`. ```Swift SendbirdUI.config.groupChannel.channel.isSuggestedRepliesEnabled = true SendbirdUI.config.groupChannel.channel.showSuggestedRepliesFor = .allMessages ``` ## Improvements - Fixed an issue where unnecessary API calls caused loading during functionality access in offline mode while using LocalCaching - Removed `v` from Sendbird UIKit tags - SwiftLint integration and warning fixes
v3.18.2
5 weeks ago
- Made the initializer of `SBUFeedNotificationChannelViewParams` public
v3.18.1
5 weeks ago
- Added `SBUFeedNotificationChannelViewParams` to control how the views in `SBUFeedNotificationChannelViewController` are displayed.
v3.17.0
6 weeks ago
- Supported for updating the playback rate of voicePlayer - Added `updatePlaybackRate(_:)` function on `SBUVoicePlayer` class - Changed the `voicePlayer` access level to `public` - `SBUGroupChannelModule.List` class - `SBUMessageThreadModule.List` class - `SBUVoiceMessageInputView` class - Enhanced documentation regarding the default view type for placeholder view properties.
v3.16.2
7 weeks ago
- Fixed template generator bug causing improper variable-value binding
v3.16.1
9 weeks ago
- Fixed a bug where the label is always None in Chat notification channel - Fixed a bug where the template renderer for notifications is not finished
iOS
sendbird/sendbird-ios-framework v3.1.56
[Deprecated] Sendbird Chat SDK for iOS in Objectivce-C for enablement of a rich, engaging, scalable, and real-time chat service.
⭐️ 61
πŸ•“ 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.
2 weeks ago
### **Improvements** - Updated iOS deployment target to 12.0 - Updated Xcode version to 15.0 - Added `PrivacyInfo.xcprivacy` for [Apple Privacy Manifest](https://developer.apple.com/documentation/bundleresources/privacy_manifest_files)
v3.1.55
19 weeks ago
## 3.1.55 (Dec 11, 2023) ### **Improvements** - Fixed a crash that could occur when closing websocket connection.
v3.1.54
23 weeks ago
## 3.1.54 (Nov 10, 2023) ### **Improvements** - Fixed a crash that could occur when closing websocket connection.
v3.1.53
30 weeks ago
## 3.1.53 (Sep 27, 2023) ### **Improvements** - Fixed an intermittent crash issue when receiving pinned messages.
v3.1.52
35 weeks ago
## 3.1.52 (Aug 24, 2023) ### **Improvements** - Fixed a crash issue when websocket starts.
v3.1.51
41 weeks ago
### **Improvements** - Improved stability - Fixed an issue where completionHandler of `SBDMain.initWithApplication` does not get called if `useCaching` is set to `false`
v3.1.50
44 weeks ago
### **Improvements** - Fixed a crash that could occur when connecting users in multi-threading
v3.1.49
44 weeks ago
### **Improvements** - Fixed a crash that could occur when connecting users in multi-threading
v3.1.48
52 weeks ago
### **Improvements** - Updated iOS deployment target to 11.0 for Xcode 14.1+
v3.1.47
1 year ago
### **Improvements** - Fixed completion to be called only once when the received websocket command is an error
sendbird/sendbird-chat-sdk-ios v4.19.1
Sendbird Chat SDK for iOS for enablement of a rich, engaging, scalable, and real-time chat service.
⭐️ 15
πŸ•“ 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.
4.19.2
2 weeks ago
## Improvements - Fixed feedback status changing when feedback payload is encoded - Removed `v` from Sendbird ChatSDK tags - SwiftLint integration and warning fixes - Improved stability
v4.19.1
2 weeks ago
- Improved stability. - Fixed feedback status changing when feedback payload is encoded.
v4.19.0
3 weeks ago
- Updated iOS deployment target to 12.0 - Updated Xcode version to 15.0 for building SendbirdChatSDK framework - Added `PrivacyInfo.xcprivacy` for [Apple Privacy Manifest](https://developer.apple.com/documentation/bundleresources/privacy_manifest_files)
v4.18.0
4 weeks ago
### New Interfaces - Added `keys` filter to `MessageTemplateListParams` - Added `markPushNotificationAsClicked(remoteNotificationPayload:completionHandler:)` to `SendbirdChat` - Added `markAsViewed(messages:)` to `FeedChannel` - Deprecated `logImpression(messages:)` in `FeedChannel` - Added `logClicked(message:)` to `FeedChannel` ### Improvements - Fixed a bug where the `myLastRead` was updated with the improper timestamp - Improved stability
v4.17.0
8 weeks ago
### New Interfaces - Added message template interfaces - Added classes - `MessageTemplateListParams` class - `MessageTemplate` class - `MessageTemplateInfo` class - `MessageTemplateList` class - Added functions - `getMessageTemplateList(token:params:completionHandler:)` function in `SendbirdChat` class - `getMessageTemplate(key:completionHandler:)` function in `SendbirdChat` class - Added handlers - `MessageTemplateHandler` in `Handlers` class - `MessageTemplateListHandler` in `Handlers` class - Added `messageTemplateInfo` property in `AppInfo` class ### Improvements - Fixed negative value setting case when backsync progress - Improved stability
v4.16.1
9 weeks ago
### Improvements - Fix an issue where the `completionHandler` of `sendFileMessage` would be called multiple times.
v4.16.0
9 weeks ago
### New Interfaces - Added the `notificationPriority` property to `BaseMessage` class ### Improvements - Fixed `.data` of `MultipleFilesMessage` - Fixed `UploadedFileInfo.thumbnail.url` returning a `plainURL` without `eKey` when file encryption attribute is ON
v4.15.4
10 weeks ago
- Fixed a bug where the stat collector is not enabled when the `authenticateFeed()` is used - Fixed a bug where the unread message count of feed channel becomes zero when the SDK receives a message from the chat notification channel
v4.15.3
11 weeks ago
- Improved unread message count logic
v4.15.2
12 weeks ago
- Improved stability
iOS
sendbird/sendbird-calls-ios 1.10.18
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.18
3 weeks ago
# 1.10.18 (Apr 4, 2024) * Updated iOS deployment target to 12.0 * Updated Xcode version to 15.0 * Added PrivacyInfo.xcprivacy for Apple Privacy Manifest
Release 1.10.17
6 weeks ago
### 1.10.17 (Mar 14, 2024) * Updated WebRTC dependency version to M118. * Improved WebRTC internal logging.
Release 1.10.16
8 weeks ago
### 1.10.16 (Feb 27, 2024) * Fix an issue where Push Notifications won't arrive for Rooms Invitations.
Release 1.10.15
11 weeks ago
### 1.10.15 (Feb 8, 2024) * Stability improvements.
1.10.14
19 weeks ago
### 1.10.14 (Dec 14, 2023) * When a direct call is ended before connecting, the call will have an end result of `DirectCallEndResult.notConnected`
Release 1.10.13
36 weeks ago
### 1.10.13 (Aug 16, 2023) * Fixed an issue where call will not be properly reconnected after network connection has been lost.
Release 1.10.12
37 weeks ago
### 1.10.12 (Aug 10, 2023) * Fix an issue where Direct Call quality statistics won't be collected when the call is being reconnected. * Fix an issue where camera would be incorrectly mirrored in Direct Calls. * Added a feature to track push notification delivery status within the SDK. * Added `SendBirdCall.markPushNotificationAsDelivered`
Release 1.10.11
38 weeks ago
### 1.10.11 (Aug 2, 2023) * Fix an issue where Direct Call's Connection Quality would report 'Unavailable' for a few seconds after connecting the call.
1.10.10
38 weeks ago
### 1.10.10 (Jul 31, 2023) * Added support for Direct Call quality monitoring in Sendbird Dashboard.
1.10.9
43 weeks ago
### 1.10.9 (Jun 23, 2023) * Added `DirectCall.ringingSource`, which indicates the source of the dial event in DirectCall. * Added `SendbirdCall.incomingCalls`, which returns a list of incoming calls to the current user.
iOS
sendbird/sendbird-chat-ios-spm v3.1.51
[v3] Sendbird Chat SDK for SPM
⭐️ 2
πŸ•“ 41 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.
41 weeks ago
### **Improvements** - Improved stability - Fixed an issue where completionHandler of SBDMain.initWithApplication does not get called if useCaching is set to false
v3.1.50
44 weeks ago
### **Improvements** - Fixed a crash that could occur when connecting users in multi-threading
v3.1.49
44 weeks ago
### **Improvements** - Fixed a crash that could occur when connecting users in multi-threading
v3.1.48
52 weeks ago
### **Improvements** - Updated iOS deployment target to 11.0 for Xcode 14.1+
v3.1.47
1 year ago
### **Improvements** - Fixed completion to be called only once when the received websocket command is an error
v3.1.46
1 year ago
### **Improvements** - Fixed crash issue that occurs when websocket disconnects
v3.1.45
1 year ago
### **Improvements** - Fixed crash issue that occurs when websocket disconnects
v3.1.44
1 year ago
### **Improvements** - Improved stability
v3.1.43
1 year ago
### **Improvements** - Improved stability
v3.1.42
1 year ago
## Improvements - Fixed a bug that the callback of the connect method returns the connection canceled error
iOS
sendbird/SendBird-Desk-iOS-Framework v1.1.5
Sendbird Desk SDK for iOS: customizable live chat customer support system on Sendbird Chat platform.
⭐️ 1
πŸ•“ 3 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.
3 weeks ago
* Added `PrivacyInfo.xcprivacy` for [Apple Privacy Manifest](https://developer.apple.com/documentation/bundleresources/privacy_manifest_files) * Updated iOS deployment target to 12.0 * Updated Xcode version to 15.0 for building SendbirdDeskSDK framework
24 weeks ago
* Added `firstResponseTime`, `issuedAt` properties in `SBDSKTicket`
52 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+
1 year 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
1 year ago
### v1.1.1 (Nov 11, 2022) * Fixed bug that refreshed ticket has no channel * Improved stabilities
1 year 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(_:)`
1 year 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`.
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
πŸ•“ 1 year 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
1 year 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.
1 year ago
## v1.0.0-beta.3 (Nov 9, 2022) - Improved stability.
1 year ago
## v1.0.0-beta.2 (Nov 3, 2022) - Improved stability.
1 year 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
sendbird/sendbird-live-sdk-ios v1.2.5
Sendbird Live API turns a client app into a live streaming platform where users can broadcast themselves in real-time to their followers.
⭐️ 0
πŸ•“ 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.
v1.2.5
3 weeks ago
### 1.2.5 (Apr 4, 2024) * Updated iOS deployment target to 12.0 * Updated Xcode version to 15.0 * Added PrivacyInfo.xcprivacy for Apple Privacy Manifest
v1.2.4
5 weeks ago
## 1.2.4 (Mar 21, 2024) - Improved WebRTC internal logging.
v1.2.3
7 weeks ago
## 1.2.3 (Mar 8, 2024) - Stability improvements.
v1.2.2
18 weeks ago
## 1.2.2 (Dec 18, 2023) - Added `LiveEvent.setVideoRendererForLiveEvent` to add video renderer to a specific host.
Release v1.2.1
19 weeks ago
## 1.2.1 (Dec 8, 2023) - Added `LiveEventDelegate.didHostVideoResolutionChange` to monitor changes in video resolution.
Release v1.2.0
20 weeks ago
## 1.2.0 (Dec 2, 2023) - Added support for streaming with multiple hosts - Now, multiple hosts can stream in a live event simultaneously. - `LiveEvent.hostType` has changed to `LiveEvent.type` - LiveEventType can have following values: `audioOnly` and `video`, indicating the live event type for audio-only streaming and video streaming, respectively.Β  - `LiveEventCreateParams.hostType` has changed to `LiveEventCreateParams.type` - `LiveEventQuery.hostTypes` has changed to `LiveEventQuery.types` - Added event listeners for receiving connection - LiveEventDelegate.didDisconnect(liveEvent: LiveEvent, e: Error) - LiveEventDelegate.didReconnect(liveEvent: LiveEvent) - The existing `didDisconnect` event is now renamed to `LiveEventDelegate.didExit(liveEvent: LiveEvent, e: Error)` ### BreakingΒ Change Sendbird Live SDK ensure forwards compatibility of the previous SDK versions. Any live event that was created with SDK versions lower than v1.2.0 will be compatible with the latest SDK version. Any apps running on lower versions of the SDK will continue to work smoothly because our server handles different sdk versions separately. However, Sendbird Live SDK does not guarantee backwards compatibility. This means that the SDK versions lower than v1.2.0 cannot see or work with the live events created with versions higher than v1.2.0. If a user creates a live event with the latest SDK, the users engaging with the live event must also upgrade to the latest version of the SDK.
v1.2.0-beta.1
24 weeks ago
## 1.2.0-beta.1 (Nov 8, 2023) - Added support for streaming with multiple hosts - Now, multiple hosts can stream in a live event simultaneously. - `LiveEvent.hostType` has changed to `LiveEvent.type` - LiveEventType can have the following values: `audioOnly` and `video`, indicating the live event type for audio-only streaming and video streaming, respectively.Β  - `LiveEventCreateParams.hostType` has changed to `LiveEventCreateParams.type` - `LiveEventQuery.hostTypes` has changed to `LiveEventQuery.types` - Added event listeners for receiving connection - LiveEventDelegate.didDisconnect(liveEvent: LiveEvent, e: Error) - LiveEventDelegate.didReconnect(liveEvent: LiveEvent) - The existing `didDisconnect` event is now renamed to `LiveEventDelegate.didExit(liveEvent: LiveEvent, e: Error)`
v1.1.1
24 weeks ago
## 1.1.1 (Nov 3, 2023) - Stability improvements.
Release 1.1.0
33 weeks ago
# 1.1.0 (Sep 7, 2023) ## Sendbird Live SDK is now out of beta. ## Introducing Audio Only Live Events. You can stream live events with audio only, without having to turn the video on. - Added `hostType` to `LiveEvent` - singleHost: live event in which one host can stream video and audio at a time. - singleHostAudioOnly: live event in which one host can stream only audio at a time. - When creating or retrieving a list of live events, you must specify the type of the live event by providing a `hostType` variable. - Added `hostType` to `LiveEvent.CreateParams` - Added `hostTypes` to `LiveEventListQueryParams ## Breaking Changes - `LiveEvent.didParticipantEnter` and `LiveEvent.didParticipantExit` have been removed due to the excessive number of events they triggered when numerous participants joined the live event - Instead, use `LiveEvent.didParticipantCountChanged` to track the change of participant counts in a live event. This event will not be called every time a new participant joins the live event. Instead, it will be called periodically depending on the total number of participants joining the live event. - Now, initializing the Live SDK will initialize Sendbird Chat SDK, using the default `InitParams` defined in the Chat SDK. If you wish to change the initialization parameters of the Chat SDK, you must call `SendbirdChat.initialize` again after the Live SDK initialization. - *JS Specific* `LiveEvent.setVideoViewForLiveEvent()` is replaced with `LiveEvent.setMediaViewForLiveEvent()`.
Release 1.0.0-beta.15
34 weeks ago
## 1.0.0-beta.15 (Aug 25, 2023) - Stability improvements.
iOS
sendbird/chat-sdk-ios-automation-test v0.2.2
πŸ€–πŸŽ― Mock target repository for testing release automation
⭐️ 0
πŸ•“ 1 year ago
iOS

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