-
Notifications
You must be signed in to change notification settings - Fork 472
Universal Links
Roger Hu edited this page Jun 27, 2018
·
12 revisions
To use wildcard app links, you must make sure that the subdomain and sub subdomains can serve the apple-app-site-association
file. For instance:
app.domain.com (must serve the apple-app-site-association file) server1.app.domain.com (must serve the apple-app-site-association) server2.app.domain.com (must serve the apple-app-site-association)
Use the Console app, click on the Devices, and look for applinks
in the system messages.
Click on the Home button and make sure the app is currently not in the foreground. To launch the simulator, you can type this command at the Terminal prompt:
xcrun simctl openurl booted “https://www.example.com/content?id=2”