Why is auto verify failing for Android App Links

357 views Asked by At

We are trying to get Android App Links working on our app but we are hitting problems with the Auto Verify step.

We have our assetlinks.json file deployed on our server and it checks out with all Googles verification tools, however the verification fails on the device.

The output from logcat isn't particularly helpful as it just says an error has occurred.

enter image description here

Can anyone give us any pointers on what the issue could be?

1

There are 1 answers

0
Cyril On

I faced similar issue when I started implementing App links. I think it may take some times to be up and running, as I did not do anything else and few hours later it the verification worked.

edit: could you post your android.manifest please?