Skip to content

Releases: Kommunicate-io/Kommunicate-iOS-SDK

5.9.0

04 Dec 08:17
Compare
Choose a tag to compare

Enhancements

  • Added an option to launch a conversation with conversation list in the background.
  • Added message character limit to limit the number of characters in a message.
  • Now, conversation feedback from the SDK will be shown in the Dashboard.
  • Now, time and state will be shown in the 'all buttons' rich message template.
  • Enabled screen transition animations in all the screens.

Fixes

  • Fixed an issue where the back button in Conversation screen was not updating in RTL.

5.8.0

02 Nov 13:09
Compare
Choose a tag to compare

Enhancements

  • Added support for setting a pre-filled message before launching a chat.
  • Added support for language change rich message.
  • Enabled document sharing in the default configuration.
  • Added send message API for sending text and rich messages.
  • Added config options for changing text view’s text and placeholder style. [ALS]
  • Added date picker and text validation support in form template. [ALS]
  • New Photos UI for iOS 14+ devices to send images/videos without giving full access to the library. [ALS]

5.7.1

06 Oct 16:00
Compare
Choose a tag to compare

Fixes

  • Fixed an issue where button tap in form template was not working in iOS 14. [ALS]
  • Now, sender's profile image and name will be shown in all buttons rich message template. [ALS]
  • Fixed an issue where the empty chat list screen was half white and half gray in iOS 14. [ALS]

5.7.0

10 Sep 19:54
Compare
Choose a tag to compare

Enhancements

  • Now, you can enable/disable CSAT from the Dashboard, and it will reflect in your App.
  • Support for sharing photos saved on iCloud. [ALS]

5.6.1

21 Aug 14:28
Compare
Choose a tag to compare

Enhancements

  • Added a message character limit that will be shown if the conversation is assigned to a Dialogflow bot.

5.6.0

14 Aug 13:05
Compare
Choose a tag to compare

Enhancements

  • Added support for showing Agent's away status.
  • Added document sharing support. [ALS]

Fixes

  • In createConversation() method, clientConversationId will be used even when the single thread option is enabled.
  • Fixed an issue where only dashboard option for single thread conversation was used, not the one that was passed locally.
  • Now, if agentIds are passed in the createConversation() method, then the default agent won't be added.

5.5.1

24 Jul 05:01
Compare
Choose a tag to compare

Fixes:

  • Fixed an issue related to attachment download failing in some cases. [ALS]
  • Fixed an issue where incorrect form data was sent when multiple form(filled) messages are in same thread. [ALS]

5.5.0

15 Jul 19:51
Compare
Choose a tag to compare

Enhancements

  • Added form template support in the rich messages.

5.4.1

07 Jul 15:27
Compare
Choose a tag to compare

Fixes

  • Fixed audio play issue that occurred when conversation threads were switched via a notification.

5.4.0

24 Jun 14:08
Compare
Choose a tag to compare

Enhancements

  • Migrated to Swift 5.

Fixes

  • Fixed an issue where, in some cases, conversation did not switch correctly when we opened it through a notification.
  • Fixed an issue where changing tint color through UIAppearance was not working in case of directly launching a conversation thread.
  • Fixed JSON parsing error in app settings response.