Kommunicate IOS SDK Versions Save

Kommunicate iOS SDK for customer support

7.1.8

1 month ago

What's Changed

  • Added Support for EU region.
  • Updated the default color for send message text to white.

7.1.7

1 month ago

What's Changed

  • Iframe Support for HTML Content
  • Added prefix to the files to avoid build issue in case of same name is used by other libraries
  • Added support for conversation deletion sync.

Note

  • If encountering any build issues, remove the pod and reinstall it.
  • Please update the data type of events from CustomEvent to KMCustomEvent if using Events.
/// For Reference
let event: [KMCustomEvent] = [.richMessageClick, .faqClick, .messageSend, .messageReceive]
  • To utilise Iframe, please check the documentation. Additionally, below is a shared payload for reference.
{
    "message": "<iframe width='250' height='200' src='https://www.youtube.com/embed/mfeTyNgOc7I?si=65PkVAsy_p0bGdGu' title='YouTube video player' frameborder='0' allow='accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share' referrerpolicy='strict-origin-when-cross-origin' allowfullscreen></iframe>",
    "platform": "kommunicate",
    "messageType": "html"
}

7.1.6

2 months ago

What's Changed

  • Fixed name getting cut issue in Navigation Bar.
  • Improved the Flow of Showing Rating Bar.
  • Improved read receipt label for messages.

7.1.5

2 months ago

What's Changed

  • Added Dynamic online/offline status Feature
  • Added the last Message icon in Conversation List Screen.
  • Fixed Link preview issue.
  • Fixed Assignee Image not showing with custom title.

7.1.4

2 months ago

What's Changed

  • Fixed Build Conversation issue

7.1.3

3 months ago

What's Changed

  • Fixed Form Rich Message Rendering issue
  • Added support for showing assingment message
  • Fixed Reply meta issue on Quick Reply Button

7.1.2

3 months ago

What's Changed

  • Zendesk (Zopim) integration optimisations
  • Fixed Suggested Reply Rich Message is not getting rendered while scrolling on conversation screen
  • Time Label Font Change
  • Added support of form data using dialog flow fulfillment
  • Fixed minor crashes

7.1.1

4 months ago

Summary

  • Fixed link preview showing for deep link
  • Added the caption Screen for Attachment.
  • Fixed HTML Message view in Conversation List Screen.
  • Fixed Location blue bar coming in message bubble
  • Fixed New Form UI Cutting from Bottom.
  • Updated the User Update Api

7.1.0

5 months ago

Summary

  • Restrict agent reply for zendesk conversation
  • Added Customisation for the line above chatbar.
  • Changed UI for typing indicator
  • Minor UI related bug fixes

7.0.9

5 months ago

Summary

  • Fixed hidePostCTA message delete issue.