-
Notifications
You must be signed in to change notification settings - Fork 77
Deep Link Verification & Universal Links (App Clips/Instant App) #152
Copy link
Copy link
Open
Labels
Description
Labels: Mobile, DX, v2
Complexity: 150 points
Branch: feat/mobile-universal-links
Summary
Configure Universal Links (iOS) and App Links (Android) so that quickex.to links open the app directly instead of the browser.
Tasks
- Configure
apple-app-site-association(AASA) andassetlinks.json. - Update
app.jsonwith the correct associated domains. - Implement logic to route the user to the correct payment confirmation screen upon opening.
- (Bonus) Investigate App Clips or Instant Apps for a "no-install" payment experience.
Acceptance Criteria
- Clicking a
quickex.tolink in Safari/Chrome opens the QuickEx app immediately. - The app correctly parses the URL and shows the payment details.
- PR includes a video demonstration of the deep linking behavior.
Reactions are currently unavailable