feat(COM2-3686): Android App2App Play Integrity E2E wiring - #50
Draft
aleksei-chernikov-cb wants to merge 1 commit into
Draft
feat(COM2-3686): Android App2App Play Integrity E2E wiring#50aleksei-chernikov-cb wants to merge 1 commit into
aleksei-chernikov-cb wants to merge 1 commit into
Conversation
Enable the demo for Android App2App once SDK Play Integrity lands: App Links return, package-visibility queries, sandbox partnerUserRef parity, and platform-accurate UX/docs for com.coinbase.cdp_onramp. Co-authored-by: Cursor <cursoragent@cursor.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
🟡 Heimdall Review Status
|
aleksei-chernikov-cb
marked this pull request as draft
August 4, 2026 00:24
|
My name is Gina, I am the owner of this email. And this account, I have not done anything with my app. So why am I getting all these emails?And why is it telling me I need to request access to an app that I should own? |
| // Initialize sandbox mode - starts as OFF | ||
| export const hydrateSandboxMode = async () => { | ||
| sandboxMode = false; | ||
| console.log('ℹ️ Sandbox mode initialized to default: DISABLED'); |
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
openCoinbaseOnrampsame path as iOS): App Links return (intentFilters+assetlinks.json), Android package-visibility queries, and documented packagecom.coinbase.cdp_onramp.partnerUserRefwithsandbox-for App2App like other flows..env.examplenote portal allowlist (COM2-3687) and SDK dependency (COM2-3685).Depends on
@coinbase/cdp-react-nativeAndroid Play Integrity client) — published SDK currently throwsopenCoinbaseOnramp is only supported on iOS; demo assumes the sameopenCoinbaseOnrampAPI shape once that lands. Usenpm run cdp:localagainst a localcdp-webcheckout for co-dev.sha256_cert_fingerprintsinserver/api/assetlinks.jsfor verified App Links.Test plan
npx expo prebuild -p androidincludes App Link intent filter for/onramp-returnand Coinbase<queries>redirectUrl/ App Link oronrampdemo://)partnerUserRefwithsandbox-.envin the PRLinear: https://linear.app/coinbase/issue/COM2-3686/onramp-v2-mobile-demo-app2app-android-play-integrity-e2e
Parent: https://linear.app/coinbase/issue/COM2-3541/app2app-android
Made with Cursor