Created
August 2, 2016 18:42
-
-
Save mbleigh/c9140c97a342b9d2e7cd727e21b6268f to your computer and use it in GitHub Desktop.
Firebase Hosting for apple-app-site-association
This file contains 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
{ | |
"hosting": { | |
"headers": [ | |
{ | |
"source": "/.well-known/apple-app-site-association", | |
"headers": [{"key": "Content-Type", "value": "application/json"}] | |
} | |
] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
SOLVED my folder was .well_known instead of .well-known
I don't know why I am getting
content-type: text/plain; charset=utf-8
whencurl -i https://destrompesetvous-b6900.web.app/.well_known/apple-app-site-association
I also placed apple-app-site-association inside root and here it is working, I am getting
content-type: application/json
whencurl -i https://destrompesetvous-b6900.web.app/apple-app-site-association
firebase.json
apple-app-site-association and .well_known/apple-app-site-association
And tried adding rewrites rules without success