Let's try to make an example that would make most sense to explain my problem. Let's say I have my app available on example.com and also created few universal links like example.com/application that when clicked from a phone device open inside the app if it's installed. This works fine.
Now can I make subdomain, something like app.example.com where if you click on it, it will also open inside the application. So pretty much any path from app.example.com/* should open within the app if installed.
What would be the process of doing this. Do I have to create a subdomain, can this be done from from adding associated domains, how would my apple-app-site-association file look?
I know my question is a big vague, but just looking at some starting pointers or documentation around doing this. Hopefully it's enough for someone to give some advice
I am using this JSON inside my apple-app-site-association file.
you can also check this example (by Apple) for adding subdomains in your apple-app-site-association file.
for more information, you can check on this link: https://developer.apple.com/documentation/xcode/supporting-associated-domains