Android App Links enable deep integration between the mobile app and website, allowing members to open specific URLs directly in the app. App Links configuration creates seamless mobile experiences and ensures community content links open in the correct context. This document explains how to obtain certificate fingerprints, enable App Links, and verify configuration.
Understanding Android App Links
Android App Links connect website URLs to specific app screens. When members tap links on Android devices, content opens in the app rather than a web browser. This behavior creates seamless transitions between web and app experiences.
Obtaining SHA-256 Certificate Fingerprint
Certificate fingerprint retrieval from Google Play Console enables App Links verification.
- Log in to Google Play Console at play.google.com/console with the Google Developer account.
- Navegue até All apps in the console.
- Select the app from the apps list.
- Clique no botão Test and Release guia.
- Navegue até App Integrity > App signing.
- Localize o SHA-256 certificate fingerprint for the App Signing Key.
- Copy the SHA-256 certificate fingerprint value.
The certificate fingerprint value will be used in the MemberPress App settings configuration.
Enabling Android App Links
App Links activation occurs through Android Settings configuration.
- Navegue até Dashboard > MP App > Configure > Android Settings.

- Role até o Android App Link seção.
- Verifique o Enable Android App Links caixa de seleção.

- Localize o Links to Open opção.
- Select link handling preference:
- Todos to open all website links in the app;
- Specific links to open only selected URLs in the app.

- Paste the SHA-256 certificate fingerprint into the Google Play Signing Certificate campo.
- Clique em Salvar alterações.
- Navegue até Dashboard > MP App > Build.

- Request a new Android build to apply App Links configuration.
Verifying Asset Links JSON File
Asset Links JSON file verification confirms proper App Links configuration.
- Open a web browser on any device.
- Navegue até https://yourdomain.com/.well-known/assetlinks.json/, replacing yourdomain.com with the actual site URL.
- Verify the JSON response displays in the browser.
- Confirm JSON includes an entry with the SHA-256 certificate fingerprint.
- Verify the package name appears in the JSON structure.
- Check that all App Signing keys added appear in the file.
A valid JSON response confirms that Android can verify the App Links association between the website and the app.