feat: upgrade Intercom SDK to iOS 19.6.3 / Android 18.3.0#144
Open
aaronbach wants to merge 2 commits into
Open
feat: upgrade Intercom SDK to iOS 19.6.3 / Android 18.3.0#144aaronbach wants to merge 2 commits into
aaronbach wants to merge 2 commits into
Conversation
Bumps the native Intercom dependencies to their latest releases: - iOS (CocoaPods): Intercom `~> 18.0` -> `~> 19.0` - iOS (SPM): intercom-ios-sp `from: 18.0.0` -> `19.6.3` - Android: intercom-sdk `17.0.2` -> `18.3.0` The iOS 19.x line adds support for iOS 26 and Liquid Glass (19.2.0) and fixes the related rendering issues with composer buttons and Help Center articles (19.3.0+); 19.6.3 fixes a launch crash. The Android 18.0.0 release removed `Intercom.client().handlePushMessage()`; the SDK now opens the relevant conversation directly when a push notification is tapped, so the call in `handleOnStart()` is removed. No new requirements for consumers: the plugin already targets minSdk 24 / compileSdk 36 and iOS 15. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Reflects the upgraded native SDKs for the Capacitor 8.x row (Intercom iOS 18.x -> 19.x, Android 17.x -> 18.x). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Why
The iOS 19.x release adds support for iOS 26 / Liquid Glass (19.2.0) and fixes the related composer/Help-Center rendering issues (19.3.0+); 19.6.3 fixes a launch crash.
Compatibility
No new requirements for consumers — the plugin already targets minSdk 24 / compileSdk 36 and iOS 15.