Skip to content

Latest commit

 

History

History
68 lines (49 loc) · 1.7 KB

File metadata and controls

68 lines (49 loc) · 1.7 KB

GoGBA App Store URLs Reference

This document lists all the URLs you'll need when submitting GoGBA to the App Store and Google Play Store.

GitHub Pages URL

After enabling GitHub Pages, your base URL will be:

https://yourusername.github.io/GoGBA-docs/

Replace yourusername with your actual GitHub username.

Required URLs for App Stores

Privacy Policy URL

https://yourusername.github.io/GoGBA-docs/privacy-policy.html

Terms of Service URL

https://yourusername.github.io/GoGBA-docs/terms-of-service.html

Support URL

https://yourusername.github.io/GoGBA-docs/support.html

Website URL (Optional)

https://yourusername.github.io/GoGBA-docs/

Contact Information

Setup Instructions

  1. Enable GitHub Pages:

    • Go to your repository settings on GitHub
    • Navigate to "Pages" in the left sidebar
    • Under "Source", select main branch
    • Select / (root) folder
    • Click "Save"
  2. Wait for deployment:

    • GitHub Pages typically takes 1-2 minutes to deploy
    • You'll see a green checkmark when it's ready
  3. Verify URLs:

    • Visit each URL to ensure they load correctly
    • Test on mobile devices to ensure responsive design works
  4. Update URLs in app:

    • Add these URLs to your app's settings/about page
    • Use them when submitting to app stores

Notes

  • All pages are mobile-responsive and will work well on both desktop and mobile devices
  • The .nojekyll file ensures GitHub Pages serves pure HTML without Jekyll processing
  • All pages include proper navigation and footer links
  • The design uses a dark theme consistent with your app's aesthetic