Releases: intercom/intercom-ios
Releases · intercom/intercom-ios
2.3.9
2.3.8
2.3.7
2.3.6
2.3.5
- Improved support for Xcode 7 and iOS 9:
- Added Bitcode support (fixes #90).
- Improved flexible layout to support iPad multitasking in iOS 9.
- Fixed some scrolling issues in the conversation view.
- Fixed issues where some videos wouldn't load due to app transport security.
- Much simpler manual installation thanks to improved modulemap (fixes #86).
- Removed all deprecated methods including
+[Intercom registerForRemoteNotifications]
. This should hopefully stops apps from being flagged for not declaring push notification support (discussed #88). - Landscape support for image picker.
2.3.4
- Fixed issue reported in https://github.com/intercom/intercom-ios/issues/85.
2.3.3
- Fixed an issue where if you had called [Intercom setMessagesHidden], opening a push notification would do nothing (fixes https://github.com/intercom/intercom-cordova/issues/12).
- Fixed an issue where the status bar sometimes did not respect your app's settings (fixes https://github.com/intercom/intercom-ios/issues/82).
- Fixed crash reported in https://github.com/intercom/intercom-ios/issues/74.
2.3.2
2.3.1
2.3.0
- Users can now send image attachments.
- Users can now expand and zoom images without leaving your app.
- Fixed bug where
+[Intercom reset]
could behave inconsistently (https://github.com/intercom/intercom-ios/issues/68). - Intercom now honours
prefersStatusBarHidden
(https://github.com/intercom/intercom-ios/issues/66). - Added
IntercomDidStartNewConversationNotification
as suggested in https://github.com/intercom/intercom-ios/issues/67. - Ensure sessions are ended when your app is backgrounded.
- Renamed certs to fix https://github.com/intercom/intercom-cordova/issues/5.
- Improved support for CocoaPods Frameworks.
- Added nullability modifiers to Intercom.h for improved Swift compatibility.