Changelog
Voximplant iOS Kit Chat UI SDK changelog
1.3.0
New
Introduced the API to handle invalid credentials error:
- VIKitChatViewControllerDelegate allows applications to handle VIKitChatViewController events.
- The kitChatViewController(_:didFailToAuthorizeWithError:) API notifies applications about authorization errors.
- The VIAuthorizationError enum represents Voximplant Kit authorization failure reasons.
Introduced the VIRegion enum that represents account regions for a mobile channel.
1.2.0
New
Messages within 1 minute are now grouped by sender
Improvements
Stability improvements
1.1.0
Improvements
Photo cache improvements
Performance improvements
Message history is now saved to a local database with an associated client ID and channel UUID; this prevents the display of history from another channel for the same client ID
Fixed: agent’s avatar is displayed with a delay
Fixed: agent’s avatar update is not handled correctly
Fixed: a crash occurs when updating message history
Fixed: messages are resent with a delay
Fixed: navigation bar appears after VIKitChatViewController is closed even if it was previously hidden
1.0.1
New
SPM: The Voximplant Kit Chat UI SDK is now integrated via a separate Package.swift from the ios-kit-chat-ui-sdk-releases repository
Improvements
Keyboard behavior improvements
Image and document cache improvements
Fixed: attachments cannot be opened in some cases
Fixed: push token registration immediately after navigating to the chat controller may fail with VIPushNotificationError.internalError
1.0.0
Initial release