Skip to content

5.0.5

Compare
Choose a tag to compare
@kustomer-builds kustomer-builds released this 14 Nov 19:13
· 5 commits to main since this release
e5cca45

Full release notes available at https://developer.kustomer.com/chat-sdk/changelog/ios

Deprecated

  • Marked ‘phones’, ‘emails’ and ‘socials’ as deprecated in describeCustomer method. Customers should now use the new sharedPhones, sharedEmails, `sharedSocials’

Fixed

  • Callback from startNewConversation method would not be executed in case of error, new callback now fires on success and on error
  • A bug that would cause reply types (like buttons) to not be hidden in older messages. Edge case where the same message is displayed twice but the buttons appear in both the old and new message.