Link sharing on Apple does not work
holtwick opened this issue · 0 comments
holtwick commented
Apple requires special settings on the server, I added those yesterday.
- https://github.com/holtwick/briefing/blob/master/public/.well-known/apple-app-site-association
- https://developer.apple.com/documentation/xcode/supporting-associated-domains
Apple says:
Important: Apple’s content delivery network requests the apple-app-site-association file for your domain within 24 hours. Devices check for updates approximately once per week after app installation.
$ curl -I "https://brie.fi/.well-known/apple-app-site-association" ✔ │ 08:55:13
HTTP/2 200
server: openresty
date: Sun, 02 Oct 2022 06:55:38 GMT
content-type: application/json; charset=utf-8
content-length: 338
x-powered-by: Express
access-control-allow-origin: *
etag: W/"152-ijxeVuTjJfblmeqmQNs7zthuGH8"
strict-transport-security: max-age=63072000;includeSubDomains; preload
x-served-by: brie.fi
Idea: Use #roomName
as fallback until this change is propagated everywhere.