Releases: AdaSupport/ios-sdk
Releases · AdaSupport/ios-sdk
1.2.0
1.1.1
1.1.0
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 toAdaWebHost
. 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
toAdaWebHost
.
1.0.7
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Improvements
-
🎉Version
1.0.0
of theEmbedFramework
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.