Skip to content

Releases: Kommunicate-io/Kommunicate-iOS-SDK

7.2.5

24 Dec 10:06
76359dc
Compare
Choose a tag to compare

Summary

  • Fixed typo of registerUserAsVistor with registerUserAsVisitor.
  • SSL pinning enable disable configuration added.
  • Fixed the issue where video thumbnails were not displaying correctly.

7.2.4

03 Dec 12:30
178e852
Compare
Choose a tag to compare

Summary

  • Fixed Away Message not showing in Bot Delay.
  • Fixed an issue where captions were cut off in Video Rich Messages.
  • Made the Zendesk Plugin optional for integration flexibility.
  • Added a new feature to collect email addresses in Away Mode.

Zendesk Optional Plugin Include.

  • To include Zendesk Plugin with Kommunicate use the below code in PodFile
  pod 'Kommunicate'
  pod 'KommunicateChatUI-iOS-SDK/Zendesk'

7.2.3

12 Nov 13:06
6b81578
Compare
Choose a tag to compare

Summary

  • Updated the code for time and date format in post back message.

7.2.2

04 Oct 13:04
e24b5aa
Compare
Choose a tag to compare

Summary

  • Exposed Function to show or hide Chat Bar for Bot Conversations.

Code

Kommunicate.defaultConfiguration.chatBar.hideChatBarForBotConvesations = true

7.2.1

20 Sep 12:40
6790fbe
Compare
Choose a tag to compare

Summary

  • Supports Xcode version 15.5 and above.
  • Fixed the issue of placeholder in Autosuggestion while bot delay.

7.2.0

11 Sep 12:41
f7f61fb
Compare
Choose a tag to compare

What's Changed

  • SSL Pining.
  • Jail Break Detection.
  • Resolved Rating Multiple Time Asking Issue.
  • Rating Option will be avilable only after CSAT Enabling.
  • Source Url UI added.
  • Crash Fixes.
  • Improved Form and Text Area UI.
  • Delete Message Sync.

7.1.9

27 May 10:01
d6ea131
Compare
Choose a tag to compare

What's Changed

  • Added Privacy Manifest File.
  • Fixed color difference in Attachment Icon.
  • Added Five Star CSAT Ratting.
  • Exposed Funtion to show or hide Attachment Options.
  • Updated Check Box UI for Form.
  • Updated Time and Date Format.(Similar to Android & Web)
  • Optimised Sync Api call

7.1.8

23 Apr 13:05
0f14c48
Compare
Choose a tag to compare

What's Changed

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

7.1.7

10 Apr 07:43
04249ee
Compare
Choose a tag to compare

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

15 Mar 11:50
01b74ca
Compare
Choose a tag to compare

What's Changed

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