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) and assetlinks.json.
- Update
app.json with 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.to link 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.
Labels: Mobile, DX, v2
Complexity: 150 points
Branch: feat/mobile-universal-links
Summary
Configure Universal Links (iOS) and App Links (Android) so that
quickex.tolinks open the app directly instead of the browser.Tasks
apple-app-site-association(AASA) andassetlinks.json.app.jsonwith the correct associated domains.Acceptance Criteria
quickex.tolink in Safari/Chrome opens the QuickEx app immediately.