-
Notifications
You must be signed in to change notification settings - Fork 71
Description
I played here and there with deep links via Adjust through Unity SDK and noticed that Unity SDK just miss that
android:autoVerify="true"
setting for intent filters to make Android App Links work when we setup Android URI Schemes in Adjust Settings inspector.
I used these docs to add SHA-256 fingerprint to Adjust dashboard and later found that even https://mybrandedapp.go.link/.well-known/assetlinks.json file is available, so after I manually added autoVerify property to intent filter for each scheme Android App Links started to work just like from the box.
In short, the enhancement request for Adjust Settings inspector is to have an optional check for each Android URI Scheme to be used as Android App Link, so we won't have to do those boring manifest.xml shenanigans ourselves.