WarpLink

Quickstart

Create a WarpLink account, register your app, and get your first deep link working in under 30 minutes. Step by step.

This guide walks you through creating your first WarpLink deep link and testing it on a device.

1. Create an Account

Sign up at warplink.app. You'll automatically get a free organization with 10,000 monthly clicks.

2. Register Your App

In the dashboard, go to Apps and click Create App. Fill in your platform details:

Go to Links and click Create Link, or use the API:

You'll get back a short link like https://aplnk.to/abc123.

4. Install the SDK

Add WarpLink via Swift Package Manager:

Configure in your AppDelegate:

Add to your build.gradle.kts:

Initialize in your Application class:

Install the package:

Configure in your app entry:

  1. Open https://aplnk.to/abc123 on a device with your app installed
  2. The link should open your app directly via Universal Links (iOS) or App Links (Android)
  3. If the app isn't installed, the user is redirected to the app store

Next Steps

On this page