APK Installation is fine but the address bar still appear.
Solve: Remove the URL bar Trusted Web Activities(SuperPWA APK) require an association between the Android application and the website to be established to remove the URL bar.
This association is created via Digital Asset Links and the association must be established in both ways, linking from the app to the website and from the website to the app.
Follow the below steps to remove bar:
- Go APK zip make sure there is assetlinks.json [If not available regenerate again]
- Add the asset link on /.well-known/assetlinks.json path and serve it from your domain.
- Check your https:// YOUR_HOST/.well-known/assetlinks.json is exited or not exited
- If not available above link, then create a .well-known folder in the root and upload assetlinks.json file from zip which will be available in your android APK addon setting panel in a .well-known folder, Make sure this link properly renders the content
- Now you are ready, Clear your browser and app data from mobile
For more information or verify assetlinks.json values for this Click Here.
Example
Here is an example statement list on a website: http://example.digitalassetlinks.org/.well-known/assetlinks.json
If you are still facing APK is showing top bar verification issue then follow the below instruction
- This key we are going to verify in play console over here.
- Sign in to your Google Play Console.
- Once we come into the project we need to check in APP integrity
After that click on the Setup -> App integrity -> App signing -> Scroll to the āApp signing key certificateā section and copy the fingerprints (MD5, SHA-1, and SHA-256) of your app signing certificate.
- The copied key should be similar to the asset link
- Copy this Asset Links JSON code has you can see the above screenshot then replace it in your Asset Links JSON file which will be available in your .well-known folder.
Thatās it for this tutorial!
We hope weāve clear your doubts in case If you have any feedback or questions, Just contact us here and we are always available for you.