Skip to content

Instantly share code, notes, and snippets.

@BatteryAcid
Created October 11, 2021 18:06
Show Gist options
  • Save BatteryAcid/ac8fb057eb118e4165e598204fa570fa to your computer and use it in GitHub Desktop.
Save BatteryAcid/ac8fb057eb118e4165e598204fa570fa to your computer and use it in GitHub Desktop.
apple-app-site-association file for enabling Universal Links in your app. Note there's no file extension.
{
"applinks":
{
"apps": [],
"details": [
{
"appID": "YOUR_APP_ID.YOUR_APP_BUNDLE_ID",
"paths": ["*"]
}]
}
}
@BatteryAcid
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment