Skip to content

Releases: Kommunicate-io/Kommunicate-iOS-SDK

5.3.0

09 Jun 15:23
Compare
Choose a tag to compare

Enhancements

  • A single conversation thread will be created if it's enabled in the dashboard.
  • The primary color can now be changed from the dashboard settings.

5.2.0

26 May 16:53
Compare
Choose a tag to compare

Enhancements

  • Added support for rich message templates without any text message.

5.1.0

22 Apr 10:44
Compare
Choose a tag to compare

Enhancements

  • CSAT is now enabled by default.
  • Added support to open the application when tapping any URL in the text message. If the application isn't installed, we'll open it in Safari. (AL)

5.0.0

01 Apr 15:16
Compare
Choose a tag to compare

Enhancements

  • Added support for syncing package details when a suspension screen is shown.
  • Now conversation feedback will be shown to the user if it's a resolved conversation.
  • Added an alias for ApplozicSwift's Style type.

4.0.0

09 Mar 12:12
Compare
Choose a tag to compare

Enhancements

  • Added an option to pass conversation assignee in Kommunicate.createConversation(conversation:) API.
  • App ID sanity check: If an empty App ID is passed or if it is changed later, app will be stopped in the debug mode.
  • Added restart conversation option. If the conversation is closed, then the input text field will be disabled, and a restart button will be shown.
  • Added logout method with completion and deprecated the Kommunicate.logoutUser() method. Check MIGRATING.md for more.

Fixes

  • Updated CSAT rating scale to 1-10 from 1-3.
  • Fixed an issue where tapping on an in-app notification was not working in some cases.

3.1.0

28 Jan 07:50
Compare
Choose a tag to compare

Enhancements

  • Added CSAT support. It will be shown once the conversation is resolved. [Beta]

Fixes

  • Fixed an issue where multiple new conversations were created in some cases.

3.0.0

12 Dec 08:54
Compare
Choose a tag to compare

Enhancements

  • Added a new create conversation method based on the builder pattern.
  • Added an option to pass conversation title, it will also be shown in the navigation bar.
  • Added support for changing user language.
  • Added a method in KMConfiguration for updating chat context.

Check MIGRATION guide for more details.

2.5.0

19 Nov 14:07
8614711
Compare
Choose a tag to compare

Enhancements

  • Moved the new conversation button in navigation bar to the right. Now FAQ button's position will be same in Conversation list and Conversation screen.
  • Reduced warning count.

2.4.0

25 Oct 10:16
3f6a8da
Compare
Choose a tag to compare

Enhancements

  • Added iOS 13 support
  • Added support to change navigation bar properties using UIAppearance.

2.3.0

04 Sep 12:31
b8180be
Compare
Choose a tag to compare

Enhancements

  • Simplified the configuration to hide FAQ button and start new conversation button.