TWA shows address bar but assetlink is correct

52 views Asked by At

I have a bubblewrap generated app-release-bundle.apk and my assetslinks are correct.

My assetlinks are correct because I ran keytool -printcert -jarfile app-release-signed.apk and I copied the sha256 value into the .well-known/assetslinks.json. The tool from google confirms it is correct.

But none the less when I install the apk file the adress bar is there. I have not uploaded anything to google play yet so I know I have the right keystore.

Does anyone know anything else to try? Is there a way to see the error that is generated in the apk when it can not confirm the assetlinks.json?

1

There are 1 answers

0
Quinten C On

I was just about to do

> adb logcat -v brief | grep -e OriginVerifier -e digital_asset_links

from the Google article to debug the problem. But then it just randomly started working. I guess you just need to wait a couple hours.