You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: