Releases: intercom/intercom-android
12.4.2
12.4.1
12.4.0
12.3.0
12.3.0
Release Date: 17-5-2022
📱 New Feature : Rich Push Messages 🖼️
A picture speaks a thousand words. You can now add rich media (i.e. images) to your mobile push messages. Grab your user’s attention by adding attractive and contextual images and increase click-through rate of your push message.
👉 Upgrade to the latest version of the mobile SDK today to use this feature. Additionally, to set rich push messages on iOS, follow the instructions here.
12.2.3
- Fixed issue in help center where it did not obey the setting to have at most one open conversation.
- Fixed issues with status bar height on Android 12.
- Fixed issue with truncating expected time on the home screen.
- Improved performance of push notifications
- Intercom now uses Coil 2.0
12.2.2
Minor bug fixes
12.2.1
Minor bug fixes
12.2.0
New feature:
You can now open a Survey programmatically in your app. We have added a new method to our API to enable this, displaySurvey.
12.1.1
12.1.0
12.1.0
Release Date: 31-3-2022
🚀 Enhancements
-
We've renamed some of our API methods. The term
register
has been replaced withlogin
. As part of this change, we've also added success and failure callbacks to the updated login methods.
This means that the following oldregister
methods are now deprecated
-registerUnidentifiedUser()
-registerIdentifiedUser(registration)
-updateUser(userAttributes)
We've replaced them with
-loginUnidentifiedUser(statusCallback)
-loginIdentifiedUser(registration, statusCallback)
-updateUser(userAttributes, statusCallback)
-
Added support to connect to Intercom workspaces that are hosted on servers in our Australian region
NOTE
- The status callbacks are optional when invoking these methods using Kotlin as they already have a default implementation. We recommend calling these APIs using named parameters.
- The underlaying functionality behind these new methods remains the same as the deprecated ones, but now you can take optionally action on success or failure.
- These deprecated methods will still work, but will be removed in a future release. See our developer docs and our sample apps for further details on these API changes.
Check out release v12.0.0 for details about Intercom's great new Surveys feature