iOS Universal link support in salesforce

756 Views Asked by At

We are looking to deep link our mobile application from Web page.

As per apple's documentation it require to have apple-app-site-association json file at root of https://xxx-salesforce.com/

Can anybody tell me how to place apple-app-site-association json file at root of salesforce domain?

We are using a visual force page where we want to put our app links.

Regards,

Manish Kumar

1

There are 1 best solutions below

5
On

You write that you are interested in deep linking into your mobile application from a web page. As you mention the AASA file, you must be talking about an iOS app and not an Android app. Check this link for a good overview of what is required to set up deep linking to iOS apps: https://blog.branch.io/how-to-setup-universal-links-to-deep-link-on-apple-ios-9/. Note that you would have to configure your own AASA file and host that on your own domain, not the Salesforce domain. You would then be able to use the deep links you create on Salesforce pages - or any other web pages, for that matter.

If I have misunderstood and you are actually hoping to deep link into an app that has been written by Salesforce, well this is a situation where Salesforce themselves would need to host the AASA file and configure the iOS project to support the deep linking scheme. This is something that only Salesforce is in a position to do.