fix: update Customer.io iOS SDK to 4.7.4 - #631
Open
github-actions[bot] wants to merge 3 commits into
Open
Conversation
- iOS: 4.7.2 → 4.7.3 - Android: 4.20.1 → 4.20.1 🤖 Automated update with compilation verification
Contributor
Author
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.
|
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
Why
4.7.4 includes the notification-center delegate composition fix needed for apps that combine Customer.io with another push provider. This is a native dependency update only; the React Native API is unchanged.
Release impact
Intentional React Native patch release. The
fix:title ensures customers can actually receive the 4.7.4 dependency through a new wrapper version.Validation
CustomerIO,CustomerIOLiveActivitiesTemplates, andCustomerIOLiveActivitiesAttributes4.7.4Note
Low Risk
Version-only native dependency bump with no JS API or logic changes; risk is limited to CocoaPods resolution and native SDK behavior in 4.7.4.
Overview
Bumps the packaged Customer.io iOS native SDK from 4.7.2 to 4.7.4 so CocoaPods consumers pick up the release (including the notification-center delegate composition fix when Customer.io is used alongside another push provider).
Updates
cioNativeiOSSdkVersioninpackage.json, which drives the main and rich-push podspecs, and aligns the sample app Live Activity widget pods (CustomerIOLiveActivitiesTemplates/CustomerIOLiveActivitiesAttributes) to the same version. No React Native JS/TS API changes—dependency pins only.Reviewed by Cursor Bugbot for commit 8461f61. Bugbot is set up for automated code reviews on this repo. Configure here.