Releases: intercom/intercom-ios
Releases · intercom/intercom-ios
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.
2.2.4
2.2.3
2.2.2
- If you have real-time features on your Intercom account, users can now see when you are typing a reply.
- Several visual updates to the conversation view.
- More detailed logging to help us debug any issues you may have.
- No longer requires
-ObjC
linker flag for easier integration. - iPad improvements.
- Sounds for sending and receiving messages.
- Now supports tracking users across multiple environments. Fixed https://github.com/intercom/intercom-ios/issues/61.
- Removed message responder.
- Fixed issue where opening a push notification didn't always open the message in Intercom.
- Lots more tweaks and bug fixes.
2.2.1
- Added support for closing the SDK’s UI when calling
+setMessagesHidden:
and+reset
. If any part of the SDK is open when these are called, it will now close. - Fixed #52: Removed firstResponder swizzle completely, fixing https://github.com/intercom/intercom-ios/issues/52.
- Fixed #58: Checking for isValidJSONObject on user attributes and event metadata, fixing https://github.com/intercom/intercom-ios/issues/58.
2.2
- Now supports real-time, including real-time message delivery, support for the custom message responder,
and user presence and is-typing events are sent from the SDK and visible to admins in the Intercom app.
Learn more at https://www.intercom.io/real-time-messaging - Fixed a display bug in the conversation list where the wrong name could be shown.
- Fixed bug which could cause the wrong number to be displayed in the unread counter within a conversation.
- Fixed an issue where retrying the sending of a message could sometimes fail.
- Fixed a race condition that meant sometimes a new user could not be registered after [Intercom reset] was called.