Skip to content

Instantly share code, notes, and snippets.

@nbhasin2
Last active September 8, 2022 14:29
Show Gist options
  • Select an option

  • Save nbhasin2/b607002c3296260a47ce897f045001f5 to your computer and use it in GitHub Desktop.

Select an option

Save nbhasin2/b607002c3296260a47ce897f045001f5 to your computer and use it in GitHub Desktop.
Example1 - Associated Domain Universal Link Markdown

Example 1 image

<key>com.apple.developer.associated-domains</key>
<array>
	<string>applinks:universallink.page</string>
</array>

Example 2 image

<key>com.apple.developer.associated-domains</key>
<array>
	<string>applinks:[INSERT-YOUR-DOMAIN-URL]</string>
</array>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment