Skip to content

Releases: intercom/intercom-ios

15.2.0

30 Aug 15:18
Compare
Choose a tag to compare
Release Date: 30-08-2023

📱 New feature: Tickets Space
👋 Introducing the new Tickets Space. Enabling the Ticket Space in your Messenger lets end users view and get updates on all their tickets in one location inside the Messenger.

🐛 Bug Fixes

  • Fixed a memory leak issue with NSURLSession.

NOTE: Swift Package Manager Changes

15.1.5

18 Aug 12:10
Compare
Choose a tag to compare
Release Date: 18-08-2023

🐛 Bug Fixes

  • Fixed an issue where some web socket connections could crash under certain circumstances

NOTE: Swift Package Manager Changes

15.1.4

01 Aug 15:48
Compare
Choose a tag to compare
Release Date: 01-08-2023

🐛 Bug Fixes

  • Fixed an issue where conversation ratings were not being sent correctly
  • Fixed an issue where opening the inbox could crash under certain circumstances

NOTE: Swift Package Manager Changes

15.1.3

26 Jul 09:02
Compare
Choose a tag to compare
Release Date: 26-07-2023

🐛 Bug Fixes

  • Fixed an issue that didn't populate the composer when programmatically starting a conversation with a message.

NOTE: Swift Package Manager Changes

15.1.2

25 Jul 09:18
Compare
Choose a tag to compare
Release Date: 25-07-2023

🚀 Enhancements

  • New API to present a conversation programmatically.

🐛 Bug Fixes

  • Fixed a memory retain cycle that was causing a crash under certain circumstances.
  • Fixed an issue that was preventing the user from entering data on a custom bot input field.

NOTE: Swift Package Manager Changes
In order to improve support for Swift Package Manager, we have created a new GitHub repository for Intercom's Swift Package.
If you wish to integrate Intercom using SPM, please use https://github.com/intercom/intercom-ios-sp as the package URL.
Support for the old package URL will be discontinued in a number of weeks. Please migrate to using https://github.com/intercom/intercom-ios-sp

15.1.1

20 Jul 15:31
Compare
Choose a tag to compare
Release Date: 20-07-2023

🐛 Bug Fixes

  • Fixed an issue where starting a new conversation could cause a crash.

NOTE: Swift Package Manager Changes

15.1.0

18 Jul 12:57
Compare
Choose a tag to compare
Release Date: 18-07-2023

🚀 Enhancements

  • Improvements to the core conversation screen user experience including:
    • Better accessibility support with large font sizes and voiceover.
    • Right to left language support.
    • Ability to copy messages.

🐛 Bug Fixes

  • Fixed an issue that caused the Messenger home screen logo to fail to load.

NOTE: Swift Package Manager Changes

15.0.3

10 Jul 09:14
Compare
Choose a tag to compare
Release Date: 10-07-2023

🐛 Bug Fixes

  • Fixed an issue that caused connectivity issues for The Messenger under certain circumstances.

NOTE: Swift Package Manager Changes

15.0.2

04 Jul 15:46
Compare
Choose a tag to compare
Release Date: 3-07-2023

🚀 Enhancements

  • Improved Intercom's networking code to ensure messaging is faster and more reliable.
  • Fixed threading issues that were being logged when Xcode's Thread Performance Checker was enabled. Thanks to everyone who reported this in our Intercom Community.
  • Made some small UI enhancements.
  • Removed some errors about unarchiving that were showing up in the XCode console.
  • dSYM files are now embedded within Intercom.xcframework.

15.0.1

23 Jun 11:28
Compare
Choose a tag to compare
Release Date: 23-06-2023

🚀 Enhancements

  • Added a warning to inform developers that manually handling Intercom push notifications may not be working as expected. Please read our developer docs and try our demo app for examples on how to correctly handle Intercom push notifications.
  • Intercom now supports Hindi and Swahili as languages in the Messenger.

🐛 Bug Fixes

  • Fixed an issue that was preventing push tokens from being sent to Intercom's servers under certain circumstances. This will resolve some issues where push notifications were failing to deliver to a device, eventhough push notifications were enabled for that user.
  • Fixed an issue that was causing a namespace collision for apps that use Lottie as a dependency.
  • Fixed an issue that was causing a key value coding-compliant crash when loading a XIB file. Reported on Intercom's Community hub here and here.
  • Fixed an issue that was preventing push notification deep links from opening during the launch of a React Native app.