Skip to main content
Mobile deep linking and deferred mobile attribution are in Public Beta. Verified links and local SDK tests are complete. Validate Android deferred installation through a Google Play test track and iOS deferred installation through TestFlight before relying on either path in production.
Biqli uses one HTTPS short link to open installed mobile apps, send people without the app to the correct store, and return the link’s in-app route and attribution data after installation. The Biqli Android SDK supports Android API 23 and later. The Biqli iOS SDK supports iOS 15 and later.

What you configure

Mobile linking connects four resources:
  1. A verified custom domain that serves the platform association files.
  2. A Biqli Mobile App containing the iOS and Android identities, path rules, and a public mobile publishable key.
  3. A Biqli short link containing its route, referral data, safe metadata, permitted dynamic query keys, and store fallbacks.
  4. The Biqli SDK in your app, which submits a mobile-open request and routes the returned result.
Read the quickstart to configure these resources in order.

Resolution behavior

Deep View must be enabled in both the custom-domain settings and the individual link. If either switch is off, iOS uses the configured store fallback without an exact deferred handoff.

Match types and confidence

Exact matching takes priority over probabilistic matching. A request containing an exact handoff and an installed-app link that identify different links is rejected instead of choosing one.

Where results appear

The SDK and POST /v1/track/open return the resolution immediately. The Mobile App detail page shows aggregate 30-day analytics and recent resolution events. Biqli does not emit a mobile-open webhook. Use the SDK or resolver response for application behavior and Mobile App analytics for reporting. Do not invent a webhook dependency in your integration.

Continue

Configure end to end

Register a Mobile App, publish association files, configure a link, and integrate the SDK.

Deferred deep linking

Understand the Google Play and iOS Deep View handoff paths.

Attribution and lifecycle

Learn snapshot, first-open, retry, cache, and reinstall semantics.

Security and privacy

Choose the correct credential, require consent, and verify signed receipts.