Replies: 1 comment
-
The assetlinks.json should be present inside a .well-known directory which is present in root. Please dont keep the assetlinks direclty into the root |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have my app set up for use with app links and that part works as expected, I use a link to launch the app and also pass some parameters to my starting page. However I have been trying to add a TWA to open a web page without url bar and I keep getting "Digital asset links verification failed on https://......". I have the correct sha-256 in the assetlinks.json, app link would not work if that was the case. Here's my AndroidManifest and strings.xml:
strings.xml:
Is there something in my manifest or resources string missing? Asset links file is set up correctly as app links work. The html file I am trying to open as a TWA is hosted at the same domain where the asset links is present. At this point I've also tried to get it to work without any changes related to app links but the verification still fails. Not sure what is missing.
Beta Was this translation helpful? Give feedback.
All reactions