Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed verification assetlinks #826

Open
kirillisokay opened this issue Sep 26, 2023 · 0 comments
Open

Failed verification assetlinks #826

kirillisokay opened this issue Sep 26, 2023 · 0 comments

Comments

@kirillisokay
Copy link

kirillisokay commented Sep 26, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant