Contents for the GitHub Pages site that hosts the Apple App Site Association (AASA) file
required for Drop's universal-link NFC tap. iOS reads the tag in the background, shows a
banner, and on tap routes https://michelericco.github.io/drop/toggle to the Drop app.
- Create a public repo named
michelericco.github.io. - Copy everything in this folder to the repo root — including the hidden
.well-known/folder. - Commit and push to the default branch; enable Pages (Settings → Pages → branch root) if needed.
- Verify the file is served:
It must return the JSON with
curl -s https://michelericco.github.io/.well-known/apple-app-site-associationContent-TypeJSON-ish and no redirect. - Check Apple's CDN cache (used by devices since iOS 14):
curl -s https://app-site-association.cdn-apple.com/a/v1/michelericco.github.io
appID=CDWFTPB3UZ.com.michelericco.drop(TeamID.bundleID). Confirm the Team ID and update if it differs.- Tag URL written by the app =
https://michelericco.github.io/drop/toggle. - Associated Domains entitlement in the app =
applinks:michelericco.github.io.