feat: Push delivery reslience improvement#577
Merged
mahmoud-elmorabea merged 1 commit intomainfrom Apr 2, 2026
Merged
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.
|
Shahroz16
approved these changes
Apr 2, 2026
github-actions bot
pushed a commit
that referenced
this pull request
Apr 2, 2026
## [6.4.0](6.3.1...6.4.0) (2026-04-02) ### Features * Push delivery reslience improvement ([#577](#577)) ([ea0b04a](ea0b04a))
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.
Note
Medium Risk
Medium risk because it changes iOS push initialization/entitlements (app group sharing between app and notification service extension) and updates multiple Ruby/Node dependencies, which could affect build/runtime behavior.
Overview
Improves iOS push delivery resiliency by configuring a shared App Group (
group.io.customer.ami.cio) for both the main app and the notification service extension, wiring theappGroupIdintoMessagingPushConfigBuilderduring initialization.Adds the required iOS entitlements for the new App Group and bumps package versions/dependencies, including
customerio-reactnativeto6.3.1and the pinned native iOS SDK version to4.4.0, along with lockfile updates (Ruby gems and npm packages).Written by Cursor Bugbot for commit 419ae26. This will update automatically on new commits. Configure here.