Kommunicate Live Chat SDK v1.8.3 Release Notes

Release Date: 2019-03-12 // about 5 years ago
  • Features

    • ๐Ÿ™‹ FAQ option added in the toolbar. Enable it by setting the below property true in applozic-settings.json file:
      "isFaqOptionEnabled": true
    • Login as visitor option in sample app
    • ๐Ÿ— Option to set APP_ID in build.gradle file for the sample app. In App level build.gradle file add the below property inside defaultConfig:
      buildConfigField "String", "APP_ID", '"<Your-APP_ID>"'
    • Added APP_ID missing error dialog incase user forgets to set the APP_ID in build.gradle file in the sample app.

    ๐Ÿ› Bug fixes and optimisation

    • ๐Ÿ›  Fixed UI issues for pre lollipop devices
    • ๐Ÿ›  Fixed crash for rendering broadcast type groups(For agent app)
    • ๐Ÿ›  Fixed duplicate message issue when creating a new conversation
    • ๐Ÿ›  Fixed 'email/html type message not getting displayed to the sender'
    • ๐Ÿ›  Fixed 'carousels displaying even incase of invalid JSON'