github intercom/intercom-ios 19.2.0

9 hours ago
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):
    ...
  }
}

Don't miss a new intercom-ios release

NewReleases is sending notifications on new releases.