chore: update Customer.io iOS SDK to 4.8.1 - #661
Closed
github-actions[bot] wants to merge 1 commit into
Closed
github-actions[bot] wants to merge 1 commit into
github-actions[bot] wants to merge 1 commit into
Conversation
- iOS: 4.8.0 → 4.8.1 - Android: 4.21.1 → 4.21.1 🤖 Automated update with compilation verification
mahmoud-elmorabea
added a commit
that referenced
this pull request
Sep 17, 2026
Picks up the native SDK's swift-eventsource pin. 4.8.0 declared it as `.upToNextMajor(from: "3.3.0")`, and LaunchDarkly's 3.3.1 raised that package's iOS floor to 15.0; 4.8.1 pins it back to exactly 3.3.0. This wrapper resolves the native SDK through CocoaPods rather than Package.swift, so it was not affected by that resolution break — this keeps the pin current alongside the same bump on the Flutter side, and duplicates the bot's PR #661, which can be closed. `package.json`'s cioNativeiOSSdkVersion is the only pin site; the podspec and the example app's Podfile both read it from there. Verified locally: pod install upgrades the CustomerIO pods to 4.8.1 and the example app's SDK target still builds. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Contributor
|
Superseded by #660, which carries the same iOS 4.8.1 bump — Closing to avoid two PRs changing the same pin. If #660 has not merged by the next scheduled run, feel free to let this reopen. |
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.
Summary
Automated update of Customer.io native SDK dependencies:
Key Changes
iOS SDK 4.8.1
4.8.1 (2026-09-16)
Bug Fixes
Testing
Files Updated
Migration Notes
This update maintains API compatibility. The React Native wrapper uses the same public API surface, but benefits from bug fixes and improvements in the underlying native SDKs. Please test your integration thoroughly and review the release notes linked above for any specific changes that might affect your implementation.
🤖 This PR was automatically generated and tested