Kommunicate-iOS-SDK
Kommunicate-iOS-SDK copied to clipboard
Kommunicate iOS SDK for customer support
## Summary - Identifying zendesk user & storing the account key for initialisation - Updating source of the conversation for zendesk users (To restrict sending messages from Kommunicate dashboard) -...
Steps to reproduce: 1. Tap on any chat 2. Tap on camera icon in order to start recording video 3. Tap on red button to start 4. Record for 3-5...
Hi. Is it possible to configure the visibility of the restart conversation button in the app side? Also, `Restart Conversation` label can be updated as well? Thanks.
## Summary - Removed Color Customisation For Navigation Bar as it was making the text color on navigation bar black.
## Summary - Added Support for EU region api - Customer needs to use below function to point to EU servers ```swift Kommunicate.setServerConfiguration(.euConfiguration) ```
## Summary - Added Customisation to update color of in App Banner. Customisation is accessible for Background Color, Title Color, Content Color. ## Code ``` Kommunicate.defaultConfiguration.inAppBannerColor = UIColor.kmDynamicColor(light: .systemBrown, dark:...