Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is there a .well-known folder? #77

Open
IraklisElef opened this issue Jun 29, 2023 · 2 comments
Open

Is there a .well-known folder? #77

IraklisElef opened this issue Jun 29, 2023 · 2 comments

Comments

@IraklisElef
Copy link

Hello,

I am trying to add my domain to the Associated Domains in Xcode. In order to do that, I need to place a file named apple-app-site-association inside the .well-known folder. How can I do that with this package? Thank you in advance!

Sincerely,
Iraklis Eleftheriadis

@visamplify
Copy link

@IraklisElef : Did you find a solution for this?

@IraklisElef
Copy link
Author

@IraklisElef : Did you find a solution for this?

Yes I did. I simple had to create a .well-known folder and inside there create a JSON file named apple-app-site-association. Finally, you should format the JSON file like this:

{
"webcredentials": {
"apps": [
"<Apple Developer Team ID>.<App Package Name>"
]
}
}

For example:

{
"webcredentials": {
"apps": [
"8W66MEA7DD.com.spotify.client"
]
}
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants