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

404 File not found error when trying to get the AASA file #4

Open
PatrickJacquemont opened this issue Mar 15, 2022 · 4 comments
Open

Comments

@PatrickJacquemont
Copy link

Hi,

Thank you for your tutorial.
I am trying to host an appclip on my github page, so I used your repo as a template.

However, when I go to https://YOURGITHUBUSERNAME.github.io/MyAppClipWebsite/.well-known/apple-app-site-association ,
I get a 404 File not found error. (Of course, I replaced "YOURGITHUBUSERNAME" by my username and "MyAppClipWebsite" by the name of my repo in the url.

The site configured at this address does not contain the requested file.
If this is your site, make sure that the filename case matches the URL.
For root URLs (like http://example.com/) you must provide an index.html file.

The https://YOURGITHUBUSERNAME.github.io/MyAppClipWebsite/ page is functional however

Please help. What am I doing wrong?

@aheze
Copy link
Owner

aheze commented Mar 16, 2022

@PatrickJacquemont try creating a new markdown file somewhere in your repo (make sure you're on the GitHubPages) branch, then see if it shows up at the url. If that doesn't happen, something might be up with the jekyll/pages generation

@PatrickJacquemont
Copy link
Author

Hi @aheze, thanks a lot for your reply.
Now that I linked my github pages to a custom domain, the problem is solved and i do get the aasa file when i go to https://wilkinsavenueappclip.com/.well-known/apple-app-site-association

However, I can't seem to get the appclip banner to show up on my website : wilkinsavenueappclip.com
As you can see, for now my website is just a clone of yours.
In AppStore Connect, the domain for the appclip is said to be valid, and I made sure to match the team ID and bundle identifier in the aasa file.

What am I missing? Is there something else to set up within the appclip so that the banner can show up?

@aheze
Copy link
Owner

aheze commented Mar 17, 2022

@PatrickJacquemont I think once you submit your app update and it gets approved, it will show up. The same happened to me. I don't know if there's any other way to tell if it worked.

@PatrickJacquemont
Copy link
Author

OK, I found out why the banner wasn't showing : I was missing the meta tag in the head of my index.html file.
However, the banner showcases the App instead of the App Clip.

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