svgomg-twa: Digital Asset Links dont work?
I read this Docu: https://developers.google.com/web/updates/2019/02/using-twa#remove_the_url_bar
So i created: https://ausgaben-rechner.firebaseapp.com/.well-known/assetlinks.json
And edit the manifestPlaceholders
in https://github.com/GoogleChromeLabs/svgomg-twa/blob/master/app/build.gradle#L38
But after build i still see the URL Bar… Is there maybe any bug?
About this issue
- Original URL
- State: closed
- Created 5 years ago
- Reactions: 5
- Comments: 17 (7 by maintainers)
Hi guys! Had the same problem. Wanna let u know that in my case issue was that previous assetlinks.json file was CACHED in default browser (chrome in my case). So verification were always failing and this depends on server which serves static. So u have to go to website with the same browser and just clear cache to apply changes. Hope this will help smbd.