Releases: Kommunicate-io/Kommunicate-iOS-SDK
Releases · Kommunicate-io/Kommunicate-iOS-SDK
0.11.0
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
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
Enhancements
- Now assignment messages will be hidden.
- Updated dependencies.
0.5.0
Enhancements
- Update ApplozicSwift(dependency) to 0.11.0.
- Added a new param
useLastConversation
increateConversation
to use the conversation which is already present. - Some internal changes.