Platform Setup
Configure the domain association and per-link mobile fields that ZipQuantum actually supports today.
What ZipQuantum Provides Today
ZipQuantum resolves Smart Links on its shared redirect host and on custom domains that have completed ownership verification. It also serves the standard mobile association files for accepted hosts when the production mobile identifiers are configured on the server.
/.well-known/apple-app-site-associationfor Apple Universal Links./.well-known/assetlinks.jsonfor Android App Links.- Supported association paths:
/*and the legacy/r/*path.
Before You Configure an App
- Create or select the Smart Link domain.
- For a custom domain, add it in Domains and publish the TXT verification record displayed by ZipQuantum.
- After verification, point the host to the configured ZipQuantum target and ensure the host has a valid TLS certificate.
- Ask the ZipQuantum hosting administrator to configure the production Apple application ID and/or Android package and signing fingerprints. These identifiers are server settings, not client dashboard fields.
- Confirm that the relevant well-known association URL returns JSON on the exact production host.
Per-Link Mobile Settings
The authenticated link form currently supports these routing fields:
- Fallback URL: safe destination when the app-specific route cannot be used.
- Android package: used to construct the Android intent and the Google Play fallback when applicable.
- iOS Store URL: used as the iOS fallback when configured.
Choose the Next Guide
- Use iOS — Universal Links to match the Associated Domains entitlement with the association JSON served by ZipQuantum.
- Use Android — App Links to match the manifest host, package, and production certificate with
assetlinks.json. - Use Flutter or React Native only after the native association works. ZipQuantum currently provides no framework-specific SDK.
Privacy Boundary
iOS routing relies on Universal Links. Android deferred recovery exists only through the protected recovery API and requires explicit tracking consent. Do not describe fingerprint-based, consent-free recovery as a supported ZipQuantum feature.
Expected Result
The production host returns the correct association JSON, the operating system verifies the app–domain relationship, and each Smart Link uses its configured mobile and fallback fields.