Skip to content

Releases: intercom/intercom-ios

19.4.0

05 Dec 11:37

Choose a tag to compare

Release Date: 04-12-2025

🚀 Enhancements

  • Added titles to the Messages screen to help users differentiate between their conversations.

🐛 Bug Fixes

  • Fixed an issue where image height within carousels was incorrectly capped.

19.3.4

19 Nov 10:58

Choose a tag to compare

Release Date: 18-11-2025

🐛 Bug Fixes

  • Fixed a crash related to ICMMetric that happened to due a race condition.

19.3.3

17 Nov 16:34

Choose a tag to compare

Release Date: 17-11-2025

🐛 Bug Fixes

  • Fixed a crash related to ICMPersistenceProxy where reading objects from cache was not correctly handling errors.

19.3.2

04 Nov 11:44

Choose a tag to compare

Release Date: 04-11-2025

🐛 Bug Fixes

  • Fixed an issue where tapping the close button on an article in a conversation would not dismiss the article.
  • Fixed an issue where tapping on a link in an article would not open the link.
  • Fixed an issue where carousels were not dismissing correctly.
  • Fixed an issue where reactions to articles were not being handled correctly.

19.3.1

28 Oct 11:06

Choose a tag to compare

Release Date: 28-10-2025

🐛 Bug Fixes

  • Fixed a crash that could happen when opening articles from a conversation.

19.3.0

24 Oct 16:07

Choose a tag to compare

Release Date: 24-10-2025

🚀 Enhancements

  • Added support for transcribing messages using your voice. To enable this feature, add the following to your Info.plist:
<key>NSMicrophoneUsageDescription</key>
<string>YOUR DESCRIPTION HERE</string>

🐛 Bug Fixes

  • Fixed an issue where composer buttons and help center articles could render incorrectly on Liquid Glass.
  • Adjusted how translations are bundled resolving an edge case where they could fail to load correctly.

19.2.1

24 Sep 14:30

Choose a tag to compare

Release Date: 24-09-2025

🐛 Bug Fixes

  • Fixed device token registration for JWT-based identity verification. Previously, when identity verification was enabled with JWT tokens, device token registration would fail with error 4003. The SDK now properly supports both HMAC and JWT tokens for device token registration.

19.2.0

15 Sep 09:55

Choose a tag to compare

Release Date: 15-09-2025

🚀 Enhancements

  • Added support for iOS 26 and Liquid Glass.
  • Resolved a hang that could occur on startup related to crash report tooling.
  • Added a completion handler to the setDeviceToken API. The old API will be removed in a future major release.
Intercom.setDeviceToken("DEVICE_TOKEN") { result in
  switch result {
    case .success:
    ...
    case let .failure(error):
    ...
  }
}

19.1.2

18 Aug 14:34

Choose a tag to compare

Release Date: 18-08-2025

🚀 Enhancements

  • UI Improvements for events in conversations.

19.1.1

08 Aug 16:40

Choose a tag to compare

Release Date: 08-08-2025

🚀 Enhancements

  • Typing indicators are now shown in the Messages screen.