Skip to content

Releases: Kommunicate-io/Kommunicate-iOS-SDK

0.11.0

14 Nov 08:23
df3b4b5
Compare
Choose a tag to compare

Enhancements

A new easy to use API to create and launch conversations.

Use it like this:
Kommunicate.createAndShowConversation(from: <Name of the view controller from you want to present>)

0.9.0

05 Oct 16:04
c99bd7f
Compare
Choose a tag to compare

Enhancements

  • Now a bot will be added by default while creating new conversations.
  • New chat button will be hidden by default.
  • Updated all the dependencies.

0.7.0

05 Sep 15:45
Compare
Choose a tag to compare

Enhancements

  • Now assignment messages will be hidden.
  • Updated dependencies.

0.5.0

01 Jun 12:43
13275df
Compare
Choose a tag to compare

Enhancements

  • Update ApplozicSwift(dependency) to 0.11.0.
  • Added a new param useLastConversation in createConversation to use the conversation which is already present.
  • Some internal changes.