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

One-Time App Setup

Prepare your app and domains once so ZipQuantum links can open the correct destination safely across install states.

Purpose

The one-time app setup connects your mobile application, verified domains, and store fallbacks. Complete it before using Smart Links in production.

What This Setup Changes

  • Your app is authorized to open links from the domain you configure.
  • Supported in-app destinations are mapped to stable routes.
  • Visitors without the app receive an appropriate App Store, Google Play, or web fallback.

ZipQuantum does not require an SDK, background service, or runtime interception.

Prerequisites

  • Access to the iOS and/or Android application project.
  • The application identifier for each platform.
  • Access to the verified web domain and its association files.
  • The production App Store and Google Play listing URLs, when applicable.

Setup Checklist

  1. Register the application and its platform identifiers in the ZipQuantum dashboard.
  2. Choose the domain that will be used by production Smart Links.
  3. Configure iOS Universal Links for the domain if you support iOS.
  4. Configure Android App Links for the domain if you support Android.
  5. Map the supported link paths to routes in your application.
  6. Add store and web fallbacks for unsupported or non-installed states.
  7. Deploy the platform association files over HTTPS.
  8. Install a production-like build and run the tests in the next guide.

Platform Guides

  • Use iOS — Universal Links for Associated Domains and the Apple association file.
  • Use Android — App Links for intent filters and the Android association file.
  • Use Flutter or React Native for framework-level route handling after the native platform association is working.

Expected Result

A supported Smart Link opens the mapped route when the app is installed. When the app is unavailable, the same link follows the configured store or web fallback.

Safety Checks

  • Keep association files publicly readable over HTTPS without authentication or redirects.
  • Use exact production identifiers; development and production signing identities may differ.
  • Do not place secrets, tokens, or private user data in link paths or query parameters.
  • Test fresh installations as well as already-installed applications.

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