Releases: intercom/intercom-ios
Releases · intercom/intercom-ios
3.0.17
- Removed a reference to the UserNotifications Framework in the podspec to ensure iOS 8 & 9 compatibility
3.0.16
- Reinstated push notification improvements for iOS 10 from 3.0.14.
- Store Intercom data in
PrivateDocuments
to ensure it is not visible to users through iTunes file sharing. - Fixed issue where Intercom window may not be fully teared down when the Messenger is closed.
3.0.15
3.0.14
3.0.13
- Added
[Intercom presentMessageComposerWithInitialMessage:]
to allow pre-populating the message composer. - Fixed issue where you could see multiple congratulations alerts when installing Intercom (e.g. https://github.com/intercom/intercom-cordova/issues/83).
- Improvements to allow all Intercom methods to be called from any thread (fixes #181).
- Various localisation updates.
3.0.12
- Improved iOS 10 compatibility.
- Fixed issue where chat bubbles could be empty in iOS 10. This was as a result of an iOS 10 bug with collection views.
- Improved localisation of the Messenger for Croation, Chinese, Korean, Catalan, Dutch, Portuguese, Portuguese Brazilian, Viatnamese.
- Various other minor bug fixes.
3.0.11
3.0.10
- Removed requirement for
use_frameworks!
when installing via CocoaPods. - Added support for APNS development push notifications. This removes the requirement to test Intercom push notifications with a production/Adhoc build.
- Fixed issue where images couldn't be uploaded on iPad in landscape.
- Fixed a formatting issue when sending a reply from the messenger.