Seamless Universal Links & Android App Links Setup.
Craft production-ready assetlinks.json and iOS apple-app-site-association files with live AASA component matchers, AndroidManifest XML filters, and CLI test suites.
Verification Config Deck
Configure domains, iOS Team ID, and Android SHA-256 fingerprints.
1. Domain Hosts & Deep Link Inspector
Specify your target domain hostnames and optionally paste a sample deep link to auto-fill path rules.
Enter one domain host per line (e.g. app.example.com)
Paste any sample URL to auto-extract host, scheme, iOS AASA component, and Android path rule
- Host is merged into your target hosts list.
- Protocol (http/https) is activated.
- AASA Component matcher is created with exact query parameters.
- Android path filter rule is appended to Intent-Filter XML.
Android Digital Asset Links
assetlinks.json
Reverse domain notation (e.g. com.example.app)
Hex fingerprints from keystore or Play App Signing (one per line)
Android Path Matching Rules
0 rulesEach rule emits a dedicated <data> tag in AndroidManifest.xml. An empty exact path emits android:path="" (site root).
Advanced Android Optionsโผ
Appends { "include": "https://..." } statement to assetlinks
iOS Universal Links
apple-app-site-association
Developer Portal Team ID (e.g. ABCDE12345)
e.g. com.example.app
AASA Component Rules Matrix (iOS 13+)
1 componentModern Apple AASA component matcher format with per-rule path (/), query params (?), fragment (#), exclusion rules, and comments.
- Component #1Query Parameters Matcher
?No query rules (matches any or no query parameters).
Web Credentials & App Clips Supportโผ
TEAMID.bundle.id โ one per line for shared password credentials
TEAMID.bundle.id.Clip โ one per line for instant App Clips
2. Generated Verification Artifacts Deck
Live output generated strictly in your browser. Copy or download files to upload to your web server.
Terminal Test Runner & CLI Commands
Ready-to-run shell commands synthesized from your active hosts, packages, and path rules.
Production Domain Hosting Checklist
Host these JSON verification payloads under your domain's HTTPS root directory /.well-known/.
| Platform | Required HTTPS Path | HTTP Status | Content-Type Header | Requirements |
|---|---|---|---|---|
| Android | /.well-known/assetlinks.json | 200 OK | application/json | Direct HTTPS GET; no redirects; no auth headers; valid SSL certificate. |
| iOS | /.well-known/apple-app-site-association | 200 OK | application/json | No .json extension; direct HTTPS GET; no redirects. |
Legacy iOS Fallback Note: Some iOS systems or web proxies check the root directory fallback /apple-app-site-association (same JSON payload without extension). Serving both locations guarantees 100% iOS compatibility.