DoDoAlbum-Privacy

DoDoAlbum Privacy Policy

This repository contains the privacy policy for DoDoAlbum, in five languages. They are written as Markdown so they can be hosted directly on GitHub Pages or any other static-site service.

Files

File Locale App Store Locale Code
privacy-policy-en.md English (US) en-US
privacy-policy-zh-Hans.md 简体中文 zh-Hans
privacy-policy-zh-Hant.md 繁體中文 zh-Hant
privacy-policy-ja.md 日本語 ja
privacy-policy-ko.md 한국어 ko

Hosting on GitHub Pages

  1. In the repository, go to Settings → Pages.
  2. Under “Build and deployment”, choose Deploy from a branch, select main and / (root).
  3. Wait a minute — your privacy policies will be available at:
    • https://duyg.github.io/DoDoAlbum-Privacy/privacy-policy-en.html
    • https://duyg.github.io/DoDoAlbum-Privacy/privacy-policy-zh-Hans.html
    • https://duyg.github.io/DoDoAlbum-Privacy/privacy-policy-zh-Hant.html
    • https://duyg.github.io/DoDoAlbum-Privacy/privacy-policy-ja.html
    • https://duyg.github.io/DoDoAlbum-Privacy/privacy-policy-ko.html

Note: GitHub Pages renders Markdown files with the .html extension appended, not .md. The URL ends in .html, not .md.

App Store Connect Configuration

In App Store Connect → Your App → App Information, paste the matching URL into each locale’s “Privacy Policy URL” field:

Custom Domain (Optional)

If you have a custom domain, you can host the policies under a subpath like https://yourdomain.com/privacy/privacy-policy-en.html. Configure a CNAME file in this directory and set up the custom domain in GitHub Pages settings.

Updating

Edit the .md files. GitHub Pages will automatically rebuild within a minute or two.