WarpLink
SDKsAndroid

Android SDK

Integrate the WarpLink Android SDK with Gradle to add deep linking, deferred deep links, and install attribution to your app.

Requirements: Android API 26+ (Android 8.0+), Kotlin 1.8+. A physical device is recommended for App Links verification.

Source: github.com/WarpLinkApp/warplink-android-sdk

Installation

Add the dependency to your app's build.gradle.kts:

Sync your project with Gradle files.

Configure the SDK

Initialize WarpLink in your Application.onCreate():

Register your Application class in AndroidManifest.xml:

Enable debug logging during development:

Add the intent filter to your main Activity in AndroidManifest.xml:

The android:autoVerify="true" attribute triggers automatic assetlinks.json verification at install time.

Get Your SHA256 Fingerprint

Register your signing key fingerprint in the WarpLink dashboard for App Links verification.

Copy the SHA256 value and paste it into the dashboard under Settings > Apps.

Test on a Physical Device

Next Steps

On this page