Releases: intercom/intercom-ios
Releases · intercom/intercom-ios
2.3.14
2.3.13
- Intercom now respects
supportedInterfaceOrientations
from your app's root view controller. This fixes #102. - Fixed layout issue with list items in messages.
- Fixed behaviour in some cases of iPad multitasking.
- Removed last remaining leaks from #111.
- Fixed where small announcements could have the wrong layout in landscape.
2.3.12
2.3.11
2.3.10
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.