Questions tagged [apple-app-site-association]
37 questions
0
votes
1 answer
Not able to download apple-app-site-association on google cloud engine, however locally all ok (angular)
Trying to setup this file first locally. Which now works after I shut down the app and executed a new ng serve command.
Now also doing this after deploying to google app engine, however here I'm not able to make it work. Even not if it's placed…

planetstarbucks
- 37
- 6
0
votes
2 answers
Showing a JSON file at a specific URL in Gatsbyjs
I'm trying to link my iOS App to a Gatsby website but I can't find how to show the following JSON file at a specific URL in my Gatsby website
I've added the JSON file inside my Static Folder
{
"applinks":{
"apps":[
],
…

Sunshine
- 372
- 2
- 21
0
votes
1 answer
iOS AppLinks only not working from mail app
We are in the progress of creating a new application and I'm facing some issues with the usage of app links.
So I added the entitlements and I'm hosting the ".well-known/apple-app-site-association" file on my servers, that seems to be all good.
Then…

dirkvranckaert
- 1,364
- 1
- 17
- 30
0
votes
1 answer
Do I need TeamID Prefix for webcredentials in the apple-app-site-association file?
If my app's bundleid is com.foo.bar, do I need to prefix it with my TeamID in the apple-app-site-association file webcredentials or no?

BricoleurDev
- 827
- 9
- 14
0
votes
1 answer
Error 404 domain/.well-known/apple-app-site-association
I am getting a 404 error when loading my apple-app-site-association and I have no idea why... Here's how my file looks like:
{
"applinks": {
"apps": [],
"details": [
{
"appIDs": [ "ABCDE12345.com.example.app" ],
…

Esteban Chornet
- 928
- 3
- 14
- 38
0
votes
0 answers
Accessing file via URL
I deployed a python flask app on Heroku and it works fine. I have also uploaded a well-known folder that contains an apple-app-site association file, but when I try to access the file via URL, it returns 404. Basically, I'm testing universal links,…

Microcad
- 23
- 4
0
votes
1 answer
iOS - Link from web browser opens an app in iOS app although it should be redirected to web browser
There is an iOS app.
There is a link on a web:

Dalibor
- 1,430
- 18
- 42