Hi There,
As we all know that iOS deep linking has changed a bit called universal link, with universal link we need to Enable ‘Associated Domains’ in your Xcode project
and add the supported domains there, and few more changes like hosting the apple-app-site-association JSON on the domain server.
This I understood very well, but my problem here is I have to support multiple communities may be like each and every enterprise using app will be having there own community, so it is not good thing to add all the communities(domains) to 'Associated Domains' and if any new enterprise uses the app, then I need to give a app update adding that domain details.
Can anyone help me on this?
I have couple of questions
1. Can we disable this universal linking and use previous deep linking itself.
2. If I have to support multiple domains say around some thousand domains, how can I make use of universal linking.
Thanks,
Dastan