Set up Android App Links

Android App Links are HTTP URLs that send users to a specific in-app location or a relevant web page. With an Android App Link, you can set your app as the default app for a certain type of link. App Links improve the user experience by saving time users spend on getting to content.

Before you begin

Here's what you need to know before getting started.

Requirements

Retrieve SHA-256 certificate fingerprints

A certificate fingerprint is a cryptographic hash of the public information held within a certificate. Certificate fingerprints are public information, and are designed to be used by third-parties for app verification. Adjust never requests private app signing keys. For more information about certificate fingerprints, see Google’s documentation.

The method you use to retrieve your certificate fingerprint depends on your build destination. Use the information in the table below to identify the most suitable approach for your scenario:

Build destinationRecommended approach
Google PlayGoogle Play Console
Google Play test trackGoogle Play Console - Internal App Sharing
Huawei AppGallery - App Signing EnabledAppGallery Connect
  • Huawei AppGallery - App Signing Disabled
  • Other Store, or direct APK download
  • Local debug build
Keystore

From Google Play Console

From Google Play Console - Internal App Sharing

From Huawei AppGallery App Signing

From a keystore

Set up Android App Links in AppView

Now, follow these steps in Adjust to enable Android App Links:

  1. Find your app in AppView.
  2. Go to the Platforms tab.
  3. Under Android, turn on the Enable deep links for Android App Links toggle.
  4. Enter your SHA-256 certificate fingerprints. This is what you had retrieved in the previous step.
  5. Enter the App scheme. This is what you had defined while adding support for URI schemes in your app.
  6. Select Save.