How to use Deep links
- 1. Set package, host, path. Android intent uses these.
- 2. Set iOS appID. Associated domains stub.
- 3. Custom scheme + query. myapp://host?id=1.
- 4. Copy. No push send, no store open.
About this tool
Mobile apps are opened with intent URLs, universal links, or custom schemes. This builder writes all three so you can paste them into a QR, an email, or a test harness without sending a push.
Fallback
The Android intent includes S.browser_fallback_url.
AASA vs this stub
Production iOS still needs a hosted apple-app-site-association. Use the App links tool for the full file.
Code examples
scheme
myapp://example.com?id=42