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?
I was just about to do
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.