github sendbird/sendbird-uikit-ios v3.8.0

latest releases: 3.27.2, 3.27.1, 3.27.0...
13 months ago

v3.8.0 (Sep 1, 2023)

  • Improved timing of markAsRead calls
  • Fixed an issue where pending messages were not processed when changing channels in the same view controller
  • Fixed text view height not resetting on state change
  • Fixed an issue when using customized userList where the first list would continue to be added after the last was loaded
  • Added chatbot start interface startChatWithAIBot(id:distinct:errorHandler:) in SendbirdUI
    // Before using it, need to call app initialize and connect.
    SendbirdUI.startChatWithAIBot(botId: "BOT_ID_GOES_HERE", isDistinct: true) { error in
       // This code block will be invoked when there's an error
    }
  • Improved stability

Don't miss a new sendbird-uikit-ios release

NewReleases is sending notifications on new releases.