GoogleChromeLabs / bubblewrap

Bubblewrap is a Command Line Interface (CLI) that helps developers to create a Project for an Android application that launches an existing Progressive Web App (PWAs) using a Trusted Web Activity.
Apache License 2.0
2.29k stars 152 forks source link

Failed verification assetlinks #826

Open karateel opened 10 months ago

karateel commented 10 months ago

Hi, there's a problem. The project uses laravel. According to the documentation I created a folder .well-known/assetlinks.json. On the path https://***.com/.well-known/assetlinks.json JSON file is opened, SHA-256 is prescribed. JSON is in this format:

{ { "relation": [ "delegate_permission/common.handle_all_urls",] "target" : { "namespace": "android_app", "package_name": "***", }, "sha256_cert_fingerprints": ["***"] } } ]

When running the project in android studio, the urlbar is hidden and everything works as it should. But as soon as I do the APK test, then assetlinks failed. What could be the problem? Probably off topic, but I couldn't find any information about it