Skip to content

Tools/Deep links

Deep links

Android intent URLs, iOS associated-domains stub, and custom schemes. Nothing is uploaded.

Loading tool…

How to use Deep links

  1. 1. Set package, host, path. Android intent uses these.
  2. 2. Set iOS appID. Associated domains stub.
  3. 3. Custom scheme + query. myapp://host?id=1.
  4. 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

Frequently asked questions

Related tools

All tools