Skip to content

Releases: intercom/intercom-ios

19.2.1

24 Sep 14:30
Compare
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
Compare
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
Compare
Choose a tag to compare
Release Date: 18-08-2025

🚀 Enhancements

  • UI Improvements for events in conversations.

19.1.1

08 Aug 16:40
Compare
Choose a tag to compare
Release Date: 08-08-2025

🚀 Enhancements

  • Typing indicators are now shown in the Messages screen.

19.1.0

14 Jul 16:36
Compare
Choose a tag to compare
Release Date: 14-07-2025

🚀 Enhancements

  • You can now present specific Tickets with the presentContent method.
  • Tweaked dark mode colors to be more harmonious.

19.0.1

03 Jul 12:59
Compare
Choose a tag to compare
Release Date: 03-07-2025

🐛 Bug Fixes

  • Fixes a bug that could cause a crash when trying to resend a failed media message.
  • Fixes a bug that could cause a crash during complex gradient background processing.

19.0.0

26 Jun 16:37
Compare
Choose a tag to compare
Release Date: 26-06-2025

🚀 Enhancements

  • Added support for Dark Mode. This feature is currently in beta, and will be enabled for all customers in a future release.

18.8.1

11 Jun 12:47
Compare
Choose a tag to compare
Release Date: 11-06-2025

🐛 Bug Fixes

  • Fixes a bug where articles could render in the incorrect interface style.

18.8.0

05 Jun 09:07
Compare
Choose a tag to compare
Release Date: 03-06-2025

📱 New Feature: Conversational Fin

We’re making conversations more natural and reducing the need for escalations.

  • More human, less rigid: We’ve removed quick reply buttons so Fin can respond fluidly—no decision trees, just natural conversation.

  • Sources, now inline: Fin now includes source links directly in replies, so customers can verify info at a glance.

18.7.3

16 May 13:31
Compare
Choose a tag to compare
Release Date: 16-05-2025

🐛 Bug Fixes

  • Fixes a bug that could cause a crash when dismissing multiple in app notifications.
  • Fixes a bug that could cause a crash when trying to close a note using the x button.