test: add iOS 27 lifecycle pass-through fixture (MBL-2232) - #634
Closed
Shahroz16 wants to merge 12 commits into
Closed
test: add iOS 27 lifecycle pass-through fixture (MBL-2232)#634Shahroz16 wants to merge 12 commits into
Shahroz16 wants to merge 12 commits into
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.
|
…normalization' into codex/mbl-2232-lifecycle-contract
Shahroz16
changed the base branch from
main
to
codex/mbl-2278-cocoapods-target-normalization
August 18, 2026 07:23
Shahroz16
marked this pull request as ready for review
August 18, 2026 07:23
Contributor
Author
|
Closing this evidence-only PR as part of the lifecycle validation simplification. React Native remains a native pass-through unless a wrapper-specific defect is reproduced, so we will not merge a copied schema, lock, recorder, or capture harness. The focused CocoaPods prerequisite remains in #633, and runtime validation belongs in the shared MBL-2233 matrix. The branch remains available for reference. |
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\n- vendor the reviewed MBL-2232 iOS lifecycle contract and relational validator\n- add one sample-only native Swift pass-through stream for existing AppDelegate and routing seats\n- preserve published wrapper code, JavaScript runtime code, delegate ownership, completion ownership, and the existing killed-state workaround\n- keep evidence claims at L0/L1 only\n\n## Validation\n- canonical validator suite: 113/113\n- native wiring tests: 5/5\n- TypeScript: pass\n- canonical lock verification: 18 files\n- Xcode 26.6 simulator builds: APN and FCM pass when stacked exactly with MBL-2278\n- independent Claude Fable adversarial review: ACCEPT\n\n## Dependencies and boundaries\n- canonical source and producer: customerio-ios PR #1209\n- CocoaPods/autolinking build stack: customerio-reactnative PR #633\n- no L2 runtime capture or physical-device APN/FCM evidence is claimed in this PR\n- MBL-2232 remains in progress until cross-SDK canonical captures are complete
Note
Low Risk
Primarily documentation, schemas, and diagnostic/test harness wiring; no production SDK or auth paths are modified in the shown diff, and runtime L2/L3 evidence is explicitly not claimed.
Overview
Adds the byte-locked MBL-2232 iOS lifecycle trace v1 package: trace and capture-manifest JSON schemas, Python relational validator with test vectors, contract lock, and long-form docs for evidence levels (diagnostic/L2/L3), callback registry, and wrapper topologies (Flutter, Expo, standalone RN).
Documents the React Native example as an optional, harness-gated native Swift-only stream (
CIO_LIFECYCLE_*env) that records existing AppDelegate/routing seats without JS producers, new delegates, or changes to the publishedios/wrapper; evidence stays L0/L1 until validated captures exist.CI (
assert-lint) uses full git history and always runsexample/scripts/lifecycle-trace-native-test/wiring.test.mjswithCIO_LIFECYCLE_BASE_REFon PRs so the fixture delta is checked against the PR base while excluding stacked prerequisite commits.Reviewed by Cursor Bugbot for commit a2a733d. Bugbot is set up for automated code reviews on this repo. Configure here.