5.1.0
intercom-ios-release-robot
released this
19 Jul 14:31
·
212 commits
to master
since this release
Release Date: 19-07-2018
Enable mobile users to help themselves with the new mobile SDK for iOS 🎉 😃
The new Intercom mobile SDK brings the Messenger Home to your mobile applications. This means you can add messenger apps that allow your users to self-serve instead of starting a conversation. Users can now quickly access relevant help articles, review pinned content, and view product status in real time – all from the messenger home screen.
Enhancements
We've deprecated some API methods in this release:
presentConversationList
- UsepresentMessenger
instead.presentMessageComposerWithInitialMessage
- UsepresentMessageComposer:(nullable NSString *)initialMessage
instead.presentMessageComposer
- UsepresentMessageComposer:(nullable NSString *)initialMessage
instead.
These deprecated methods will still work, but will be removed in a future release.