Try our conversational search powered by Generative AI!

IOS Universal linking with EpiServer

Vote:
 

I have a EpiServer website with my client. They also have an app which is outside of EpiServer. My site also has Content Delivery API installed.

The app consumes some pages data using Content Delivery API.

The ask is whenever the users share a content link through the app to other users and if user tries to open the link, we need to check if they have the app installed then open the content in the app else open in browser. I am not sure if there will be any changes or configurations required in EpiServer to achieve this.

#219722
Apr 02, 2020 3:10
Vote:
 

No this is not Episerver. I'm not familiar with iOS or Android development but I believe for iOS you can register intent, like this https://developer.apple.com/documentation/sirikit/resolving_and_handling_intents/handling_an_intent

if your app is installed it can be selected to open links from specific domains

#220528
Apr 02, 2020 6:43
Vote:
 

Hi Dileep

Generally, you can register your client's domains for the app. There are two parts (see this documentation page):

  1. Register the domains in the app configuration in Xcode.
  2. Add a file, called apple-app-site-association in the web solution, in which you match the app bundle ID and set up path rules for opening.

Then iOS will open the shared link in the app (if it is installed) or web browser (if it is not installed). Of course, the app need to know how to load the content from the URL. But that is a different story.

Also, if the receiver opens the link on a non-iOS device, the link is always opened in a web browser.

#220582
Apr 03, 2020 5:57
Dileep D - Apr 10, 2020 15:20
Thanks Stefan.
This should be sufficient for me to explore.
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.