Created
October 11, 2021 18:06
-
-
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"applinks": | |
{ | |
"apps": [], | |
"details": [ | |
{ | |
"appID": "YOUR_APP_ID.YOUR_APP_BUNDLE_ID", | |
"paths": ["*"] | |
}] | |
} | |
} |
[Tutorial Video] https://youtu.be/lzQ2rLqlqyk
[Companion project] https://github.com/BatteryAcid/unity-cognito-hostedui-social-client
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is a starter
apple-app-site-association
file, see the docs for more details: https://developer.apple.com/documentation/Xcode/supporting-associated-domainsYou can find your
app id
andbundle id
under your Apple account: Certificates, Identifiers & Profiles -> Identifiers -> Select the one you are using with your app. The label for app id is "App ID Prefix", or Team ID, on this page.Once configured for your app, save it to the root of your website so that it is publicly accessible. There are websites and tools that will "check" to see if it is configured correctly, however, I found these to be unreliable and will show errors even though it is working correctly.