Associate your app with Amwal's Digital Asset Links

To use Amwal Payment SDK on an Android app, you need to associate it with our network of apps, enabling you to authenticate your customers across all the platforms we support.

To do so, leverage the Digital Asset Links. You can declare associations by adding following environment params to the merchant dashboard.

ANDROID_PACKAGENAME: Package name of your app (com.example.android)
ANDROID_SHA256HASH: SHA256 Hash of your signing certificate

Get your keystore SHA256HASH

To get the SHA256 hash of your developer signing certificate, use the command below. The default password of the debug keystore is android.

keytool -exportcert -list -v -alias androiddebugkey -keystore ~/.android/debug.keystore

2. Click on Settings

2400

3. Click on ANDROID SETTINGS

2406

4. You should see screen like this

2408

5. Select your preferred store

2400

6. Add your Android Package Name

2404

7. Then add your Android SHA256 Fingerprint that you got from the Keystore in the first step.

2536

8. Click on SAVE

2412

9. Validate that everything went well when you see the success message.

2406

What’s Next