Skip to content

assad369/link-streamdoing

Repository files navigation

link-streamdoing

Deep link server for StreamDoing Flutter app. Deployed on Vercel.

What it does

  • 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

Setup

npm install
npm run dev

Deploy

# Install Vercel CLI
npm i -g vercel

# Deploy
vercel

TODOs before production

  1. Replace TODO:REPLACE_WITH_YOUR_SHA256_FINGERPRINT in public/.well-known/assetlinks.json with your release keystore SHA256 fingerprint:

    keytool -list -v -keystore <your-release.keystore> | grep SHA256
  2. Replace TODO_TEAM_ID in public/.well-known/apple-app-site-association with your Apple Developer Team ID (found at developer.apple.com → Account → Membership)

  3. Replace store URL # placeholders in app/page.tsx and app/liveRoom/page.tsx with actual Play Store and App Store links once published

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors