Releases: intercom/intercom-ios
Releases · intercom/intercom-ios
3.2.8
3.2.7
3.2.6
3.2.5
3.2.4
Bug Fixes
- Prevented Intercom's rootViewController from being set directly. Fixed #256
- Fixed a bug where setting
barStyle
on[UINavigationBar appearance]
would cause custom app colours to spill over into Intercom's navigation search bar. - Fixed a bug where setting the
language_override
was not working for Chinese locales. - Fixed a bug where Chinese and Portguese locales were defaulting back to English.
3.2.3
3.2.2
3.2.1
3.2.0
Bug Fixes
- Fixed an issue with unread conversations not appearing if the message was received while the app was backgrounded and reopened in under a minute.
- Fixed an issue with setting the bottom padding so that in-apps will overlap with the nav bar causing a rendering issue.
Enhancements
- Added a new method to the public API
+[Intercom setUserHash:]
to support Identity Verification with Intercom. This method deprecates the Secure Mode method+[Intercom setHMAC:data:]