I am exploring how to set-up a Universal link to an app. Hoping to jump right into my app when users enter the website. But due to business limitation, I can only create the .well-known directory that holds the apple-app-site-association json file under subdirectory like this:
https://localhost:8443/en/testing/.well-known/apple-app-site-association
From all of the tutorials I read online, it seems the .well-known directory must set up at the root directory of the domain but is it possible for me to create it in a subdirectory?
I have tried to setup a POC but seems Universal Links only works on https with non-self-signed ssl key. Please help. Thanks a lot.