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

Deferred Deep Linking

Implement deterministic deferred deep linking on Android and iOS without fingerprinting or a proprietary SDK.

Current support

ZipQuantum supports deterministic deferred recovery on both mobile platforms. Android uses a Play Install Referrer token. iOS uses a short-lived, signed, user-initiated handoff bound to the link host and app bundle. Neither flow uses fingerprinting, probabilistic matching, or a user API key inside the app.

Installed flow

Universal Links and App Links open the installed app directly. The app validates the incoming URL and routes to the intended content.

Post-install flow

  1. A Smart Link resolves the link and presents the appropriate store-safe handoff when the app is absent.
  2. Android carries an opaque token through Play Install Referrer. iOS lets the user explicitly copy the signed handoff before opening the App Store.
  3. On first open, the app reads the platform handoff and sends the opaque token to the public recovery endpoint.
  4. ZipQuantum validates expiry, signature, host, app identity, and one-time use before returning the link context.
  5. The app opens the intended route.

Privacy and security

Recovery tokens are opaque, short-lived, scoped, and replay-resistant. They do not contain a user API key or require device fingerprinting. Optional device context and user-level measurement remain separate and consent-controlled.

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