Skip to content

Releases: sendbird/SendBird-Desk-iOS-Framework

v1.1.11

04 Nov 15:10
af7c8d3

Choose a tag to compare

v1.1.11 (Nov 5, 2025) with Chat SDK v4.32.0

  • Fixed issue where referenced xcframework files were not being updated properly

v1.1.10

03 Nov 12:51
fa6fe3d

Choose a tag to compare

v1.1.10 (Nov 3, 2025) with Chat SDK v4.32.0

  • Updated dependency SDK versions to the latest stable releases
    • SendbirdChatSDK: v4.31.1

v1.1.9

15 Oct 09:17
bf068f6

Choose a tag to compare

v1.1.9 (Oct 17, 2025) with Chat SDK v4.30.0

  • Fixed build environment issues related to ChatSDK and other frameworks.

v1.1.8

17 Jul 02:44
0eda6ae

Choose a tag to compare

v1.1.8 (Jul 17, 2025) with Chat SDK v4.28.0

  • Authenticate user with optional language parameter
    • authenticate(withUserId:accessToken:language:completionHandler:)
  • Update customer's language setting after authentication
    • setCustomerLanguage(language:completionHandler:)
  • Language format: IETF BCP 47 standard ("en", "ko", "ja")

v1.1.7

25 Mar 02:23

Choose a tag to compare

Minimum iOS Version Requirement Updated

  • The minimum supported iOS version has been raised from iOS 12 to iOS 13.
  • No changes to functionality—just ensuring compatibility with modern iOS environments.

v1.1.6

08 Aug 05:31

Choose a tag to compare

  • ChatSDK dependency version has been updated to v4.20.0

v1.1.5

01 Apr 05:17

Choose a tag to compare

  • Added PrivacyInfo.xcprivacy for Apple Privacy Manifest
  • Updated iOS deployment target to 12.0
  • Updated Xcode version to 15.0 for building SendbirdDeskSDK framework

v1.1.4

09 Nov 03:04

Choose a tag to compare

  • Added firstResponseTime, issuedAt properties in SBDSKTicket

v1.1.3

26 Apr 07:15

Choose a tag to compare

v1.1.3 (Apr 26, 2023) with Chat SDK v4.6.7

  • Update iOS deployment target to 11.0 for Xcode 14.1+

v1.1.2

03 Feb 05:28

Choose a tag to compare

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