Skip to content

5.1.0

Compare
Choose a tag to compare
@intercom-ios-release-robot 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.

ios-for-release-notes

Enhancements

We've deprecated some API methods in this release:

  • presentConversationList - Use presentMessenger instead.
  • presentMessageComposerWithInitialMessage - Use presentMessageComposer:(nullable NSString *)initialMessage instead.
  • presentMessageComposer - Use presentMessageComposer:(nullable NSString *)initialMessage instead.

These deprecated methods will still work, but will be removed in a future release.