I’m trying to make the deep link to my application, written on Xamarin ( android ) to the website , managed by wix.
According to the Xamarin documentation ( App-Linking in Android - Xamarin | Microsoft Learn),
I need to add folder .well-known to the https:/ /
In the wix website editor I try to add folder to “site structure”->public and it does not allows to add folder “.well-known” , it only allows to add folder “well-known” ( the name without starting dot). What is the workaround for this issue?
In addition , I have following questions :
- what is the location of the “public” folder inside the site ( in my case https:// ) and if it is correct to add folder to “public” in my case
- how can I see/change the permissions of the file assetlinks.json, which should be located in the .well-known folder ? According to MS documentation, it should have read permissions for everyone