Skip to content

michelericco/michelericco.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Drop — Universal Links host (GitHub Pages)

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.

Deploy to michelericco.github.io

  1. Create a public repo named michelericco.github.io.
  2. Copy everything in this folder to the repo root — including the hidden .well-known/ folder.
  3. Commit and push to the default branch; enable Pages (Settings → Pages → branch root) if needed.
  4. Verify the file is served:
    curl -s https://michelericco.github.io/.well-known/apple-app-site-association
    
    It must return the JSON with Content-Type JSON-ish and no redirect.
  5. 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
    

Important

  • 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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages