chore: update Customer.io iOS SDK to 4.7.1 - #628
Draft
mahmoud-elmorabea wants to merge 1 commit into
Draft
Conversation
Contributor
Sample app builds 📱Below you will find the list of the latest versions of the sample apps. It's recommended to always download the latest builds of the sample apps to accurately test the pull request. |
Bumps the pinned native iOS SDK from 4.7.0 to 4.7.1 across every place a version is declared: - package.json `cioNativeiOSSdkVersion` (drives both podspecs) - example/ios/Podfile (sample app) The sample-app pin belongs to the Live Activities widget extension, which cannot link the wrapper pod and so names the rendering pods itself. It was introduced after the auto-update workflow was written, so the automation never moved it; this also teaches auto-update-native-sdks.yml about it, to keep the widget from building against a different native SDK than the app target. Android stays at 4.20.0, which is already the latest release. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
mahmoud-elmorabea
force-pushed
the
chore/native-ios-4.7.1
branch
from
August 5, 2026 22:25
931fa2a to
3c4944d
Compare
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.
Bumps the pinned native iOS SDK from 4.7.0 to 4.7.1 across every place a version is declared.
package.jsoncioNativeiOSSdkVersion(drives both podspecs)example/ios/Podfile(sample app)The sample-app pin belongs to the Live Activities widget extension, which cannot link the wrapper pod and so names the rendering pods itself. It was added after
auto-update-native-sdks.ymlwas written, so the automation never moved it — this PR also teaches that workflow about it.Android stays at 4.20.0, already the latest release.
Note
The umbrella
CustomerIOpod is still publishing 4.7.1 to CocoaPods trunk (the 4.7.1 deploy tagged the release but its CocoaPods job failed part-way; all 12 sub-pods are at 4.7.1, the umbrella spec is not yet).pod installchecks will fail until it lands, then need a re-run.🤖 Generated with Claude Code