I have setup Universal Links in my iOS app exactly to details following the steps outlined here:
How to Set Up Universal Links
It validates 100% successfully usi
Universal Links unfortunately don't work everywhere. From this page:
Note: Conditionally working means that it works (i.e., opens the app) some of the time:
element click across domains. Example: if there is a Universal Link on google.com pointing to bnc.lt, it will open the app.
element click on the same domain. Example: if there is a Universal Link on google.com pointing to a different Universal Link on google.com, it will not open the app.window.onload
or via a .click()
call on an
element), unless it is part of a user action.