ZipQuantum Documentation

Everything you need to use Smart Links, Deferred Deep Linking, and QR Smart Codes — safely.

No proprietary SDK · No fingerprinting · Privacy-first

Create your first Smart Link in minutes

API integration, parameters, and error handling

Endpoints, parameters, and platform behavior.

Docs

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-association for Apple Universal Links.
  • /.well-known/assetlinks.json for Android App Links.
  • Supported association paths: /* and the legacy /r/* path.

Before You Configure an App

  1. Create or select the Smart Link domain.
  2. For a custom domain, add it in Domains and publish the TXT verification record displayed by ZipQuantum.
  3. After verification, point the host to the configured ZipQuantum target and ensure the host has a valid TLS certificate.
  4. 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.
  5. 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.

Get Started

Create your first ZipQuantum Smart Link in minutes — no proprietary SDK, no fingerprinting, and no attribution stack.

ZipQuantum links are install-aware by design.
They work before install, during install, and after install — using standard platform mechanisms only.

What You’ll Do Here

In this section, you’ll learn how to:

  • Create a Smart Link from the dashboard

  • Configure install-safe routing

  • Verify correct behavior across install states

  • Deploy links to production safely

No SDK integration is required.
No runtime interception.
No background services.

Prerequisites

Before you begin, make sure you have:

  • A ZipQuantum account

  • Access to your app’s App Store / Play Store listing

  • A destination URL or in-app route you want users to reach

That’s it.

Next Step

Create Your First Smart Link

This guide walks you through:

  • Creating a link

  • Testing install vs non-install behavior

  • Sharing it safely across channels