Deep link server for StreamDoing Flutter app. Deployed on Vercel.
- Serves
/.well-known/assetlinks.json(Android App Links verification) - Serves
/.well-known/apple-app-site-association(iOS Universal Links verification) /liveRoom?id=X— Smart redirect page with OG meta tags and app-open fallback
npm install
npm run dev# Install Vercel CLI
npm i -g vercel
# Deploy
vercel-
Replace
TODO:REPLACE_WITH_YOUR_SHA256_FINGERPRINTinpublic/.well-known/assetlinks.jsonwith your release keystore SHA256 fingerprint:keytool -list -v -keystore <your-release.keystore> | grep SHA256
-
Replace
TODO_TEAM_IDinpublic/.well-known/apple-app-site-associationwith your Apple Developer Team ID (found at developer.apple.com → Account → Membership) -
Replace store URL
#placeholders inapp/page.tsxandapp/liveRoom/page.tsxwith actual Play Store and App Store links once published