Skip to content

Releases: AdaSupport/ios-sdk

1.2.0

27 May 19:31
Compare
Choose a tag to compare

New Features

  • Adds support for zendeskAuthCallback. This feature makes it possible to authenticate your chatters with Zendesk.

1.1.1

14 Apr 14:36
Compare
Choose a tag to compare

Bug Fixes

  • Fixes an issue where meta fields could not be used in the greeting message.
  • Fixes an issue where the reset method did not reset chat history by default.

1.1.0

28 Mar 20:00
Compare
Choose a tag to compare

New Features

  • New deleteHistory method can be used to delete chatter information in-between sessions.
  • New reset method added to reset the Chat window and history before, during, or after the chat session.

Improvements

  • An appScheme can now be passed to AdaWebHost. This allows for better handling of universal links.
  • External web links now open by default in-app via the SFSafariViewController. To open external links in the Safari browser, pass openWebLinksInSafari: true to AdaWebHost.

1.0.7

24 Feb 22:48
Compare
Choose a tag to compare

Other Changes

  • Updates to documentation.

1.0.5

24 Feb 22:03
Compare
Choose a tag to compare

Other Changes

  • Adds changes needed to support public cocoapods.

1.0.4

12 Feb 19:52
Compare
Choose a tag to compare

Improvements

  • Remove the "Ada Support" title from the Modal View.

1.0.3

01 Nov 18:39
Compare
Choose a tag to compare

Improvements

  • Emit Bitcode for all XCode builds.

1.0.2

30 Oct 20:25
Compare
Choose a tag to compare

Bug Fixes

  • Fixes an issue where opening the file inspector from inside the WebView would cause the app to crash in iOS 13.
  • Fixes an issue where the keyboard dismissal would not shift viewport content back down.

1.0.1

16 Jul 17:29
dad1ea8
Compare
Choose a tag to compare

Bug Fixes

  • Fixes an issue where links would not open when set to "Open in New Window". Now, links will be opened in a new browser tab.

1.0.0

27 Jun 15:19
Compare
Choose a tag to compare

Improvements

  • 🎉Version 1.0.0 of the EmbedFramework is here! This represents the first major release of our iOS SDK. Features include:

    • Integration via Cocoapods, or manual integration
    • Tools for setting up your Ada Chat bot inside a modal, subview, or nav stack
    • Ability to call setMetaFields to dynamically set meta data
    • Offline view

    You can find a full feature list and documentation here.