I have an PWA application created using ionic & angular and then created .aab file using following link. https://developers.google.com/codelabs/pwa-in-play#0
After that installed it using command
bubblewrap install
on my device , I don't see any address bar on top and no errors of assetlinks.json which is usually there if you don't have assetlinks.json but when I deploy it on play store and install it , I do see address bar without any error.
Please guide/advice.
I am able to see the assetlinks.json when I do hit
https://{my domain}/.well-known/assetlinks.json
so there is no error of assetlinks but I still see address bar at top.