Generate Your assetlinks.json
Enter your package name and at least one SHA-256 fingerprint above to generate the file.
Hosting Checklist
- 1
Use the right fingerprint
With Play App Signing, use the "App signing key certificate" SHA-256 from Play Console — not your upload key.
- 2
Place it at the well-known path
https://yourdomain.com/.well-known/assetlinks.json, reachable without redirects.
- 3
Serve the right header
Content-Type: application/json over valid HTTPS.
- 4
Enable autoVerify in your manifest
Add android:autoVerify="true" to the intent filter that handles your domain.
- 5
Validate it
Run the assetlinks.json Validator against your domain — it checks DNS, HTTPS, headers, JSON, and your app statement.