Vouch
Quickstart

Quickstart overview

A working link on a real device, or in a browser, in under 15 minutes.

Planned API

These quickstarts describe the planned SDK. Package names and APIs are planned, not published. They exist now so the documentation structure is reviewed alongside the product.

Every quickstart follows the same four steps. The target is a link that opens your app to the right screen on a physical device in under 15 minutes.

Create a workspace and an app

Sign up, add your app's bundle identifier and package name, and paste your Apple Team ID and Android signing fingerprints. Vouch generates and hosts the association files for you.

Install the SDK

One package per platform. Flutter and React Native wrap the native SDKs rather than reimplementing them, and the web package is standalone because a browser needs none of the native machinery.

Initialise with your publishable key, then register a single callback that fires exactly once per link, for both cold and warm starts, after you tell the SDK your router is ready.

Verify on a device

The dashboard's live verification step confirms the association files, the entitlement or intent filter, and a real deferred install before it marks setup complete.

Links is one module of four in this release. Once a link opens your app, see Referrals for invite programmes and device security for proving a request came from a genuine build.

Pick your platform

On this page