anideck.glup3.dev
AniDeck
This domain exists to support mobile app distribution and secure account linking for AniDeck. It is used for App Store review metadata, verified iOS and Android app links, and OAuth callback handoff into the installed app.
Universal Links
iOS association data is served from
/.well-known/apple-app-site-association.
Android App Links
Android verification data is served from
/.well-known/assetlinks.json.
OAuth Callback
Browser redirects land on
/oauth/callback, then hand off to the app.
App Store URLs
- Support URL
- https://anideck.glup3.dev/support
- Privacy Policy URL
- https://anideck.glup3.dev/privacy
- Privacy Choices URL
- https://anideck.glup3.dev/privacy/choices
- Delete Account URL
- https://anideck.glup3.dev/privacy/delete-account
Before Submission
- Replace the placeholder iOS app identifier in
src/site-config.ts. - Replace the Android package name and release certificate fingerprint.
- Replace the privacy, support, and deletion placeholder text with your real policy and workflow.
- Copy the public URLs above into App Store Connect.