6.0.0
🚀 Enhancements
- Support for iOS 17 including:
- Privacy manifest added
- Digitally signed SDK
🐛 Bug Fixes
- Resolved an issue that was causing a crash when long pressing messages on iOS 17
- Fixed Android crash due to concurrent modification exception.
- Fixed Android issue with device token removal after user identity reset.
- Fixed Android crash related to locale settings on older OS versions.
- Fixed date and time picker issue.
Notes:
- This version requires Android
compileSdkVersionto be at least 34. If you are not ready to use API level 34, please stay on the previous version of Intercom. - The following deprecated functions have now been removed and the below alternatives should be used:
| Deprecated method | Replacement |
|---|---|
registerIdentifiedUser |
loginUserWithUserAttributes |
registerUnidentifiedUser |
loginUnidentifiedUser |
updateUser(params: UpdateUserParamList) |
updateUser(userAttributes: UserAttributes) |
displayMessenger |
present |
displayHelpCenter |
presentSpace(space: Space) |
displayMessageComposer |
presentMessageComposer |
displayArticle |
presentContent(content: Content) |
displayCarousel |
presentContent(content: Content) |
displaySurvey |
presentContent(content: Content) |
displayHelpCenterCollections |
presentContent(content: Content) |