[object Object]

← back to CelebritySignatures

auto-save: 2026-08-05T17:44:25 (1 files) — apps/mobile/store-assets/

ab0c89f7184ab93cd35e22fd18c8f5ae2b4b8d4d · 2026-08-05 17:44:33 -0700 · Steve Abrams

Files touched

Diff

commit ab0c89f7184ab93cd35e22fd18c8f5ae2b4b8d4d
Author: Steve Abrams <steve@designerwallcoverings.com>
Date:   Wed Aug 5 17:44:33 2026 -0700

    auto-save: 2026-08-05T17:44:25 (1 files) — apps/mobile/store-assets/
---
 apps/mobile/store-assets/listing.md       | 54 +++++++++++++++++++++++++++++++
 apps/mobile/store-assets/privacy-label.md | 44 +++++++++++++++++++++++++
 2 files changed, 98 insertions(+)

diff --git a/apps/mobile/store-assets/listing.md b/apps/mobile/store-assets/listing.md
new file mode 100644
index 0000000..d9200ec
--- /dev/null
+++ b/apps/mobile/store-assets/listing.md
@@ -0,0 +1,54 @@
+# App Store listing — Celebrity Signatures (draft, TK-10258)
+
+Fill these into App Store Connect → app 6798448971 → iOS 1.0 → App Information / Version.
+Draft only — Steve reviews before the gated "Submit for Review".
+
+## App name (≤30 chars)
+**Celebrity Signatures**  (20)
+
+## Subtitle (≤30 chars)
+**Autographs of the famous**  (24)
+_alt:_ "Historic signatures & autographs" (32 — too long), "The famous, in their hand" (25)
+
+## Primary category / Secondary
+- Primary: **Reference**
+- Secondary: **Education**
+
+## Promotional text (≤170 chars — editable without a new build)
+Browse the signatures of presidents, artists, authors, and stars — from the Declaration of Independence to Hollywood. See how each autograph evolved, and test yourself in the game.
+
+## Keywords (≤100 chars, comma-separated, no spaces)
+autograph,signature,celebrity,historic,famous,handwriting,president,author,artist,museum,collector
+
+## Description
+Celebrity Signatures is a curated gallery of the autographs behind history and fame.
+
+Explore hundreds of verified signatures — the founders who signed the Declaration of Independence, U.S. presidents, sports legends, Hollywood and classic-film icons, authors, and museum-collected artists. Every entry pairs the signature with who they were and why they matter.
+
+FEATURES
+• A searchable, filterable gallery of famous signatures by category
+• Signature detail pages — the story behind each autograph, the museums that hold their work, and how the signature changed over a lifetime
+• "Whose Signature?" — a quick guessing game with a leaderboard
+• Order a custom mural featuring a signature you love (physical print)
+• A free account to keep your place across the app and celebsignatures.com
+
+No ads. No tracking. Just the signatures.
+
+Signatures and biographical details are drawn from public-domain and openly-licensed sources (Wikimedia Commons and public museum collections).
+
+## Support URL
+https://celebsignatures.com
+
+## Marketing URL (optional)
+https://celebsignatures.com
+
+## Copyright
+© 2026 Designer Wallcoverings / Celebrity Signatures
+
+## Pricing & availability
+- Price: **Free**
+- Availability: All territories (confirm with Steve)
+
+## Age rating
+- Expected **4+** (no objectionable content). Answer the ASC age questionnaire consistently:
+  no violence/mature/gambling; user-generated content = No in the native app (uploads are web-only).
diff --git a/apps/mobile/store-assets/privacy-label.md b/apps/mobile/store-assets/privacy-label.md
new file mode 100644
index 0000000..fff82b9
--- /dev/null
+++ b/apps/mobile/store-assets/privacy-label.md
@@ -0,0 +1,44 @@
+# App Privacy label — Celebrity Signatures (draft, TK-10258)
+
+App Store Connect → app 6798448971 → App Privacy. Answer these to match what the
+NATIVE binary actually does (cross-checked against the code — see notes). Draft only.
+
+## Does this app collect data? → YES (minimal)
+The native app collects data ONLY when a user chooses to create an account.
+
+### Data types collected
+| Data type | Collected? | Linked to identity? | Used for tracking? | Purpose |
+|---|---|---|---|---|
+| **Email Address** | Yes | Yes | No | App Functionality (account sign-in) |
+| **Name** | Yes (optional) | Yes | No | App Functionality (account personalization) |
+| Everything else | No | — | — | — |
+
+- **Password** is not a declarable "data type" in the label (it's an auth credential); it is
+  transmitted over HTTPS and stored hashed (scrypt) server-side — not collected for the label.
+- Purchases: the mural print checkout happens on the **website** in a WebView (physical goods);
+  payment is handled by Stripe on celebsignatures.com, so **the app does not collect payment info**.
+
+## Tracking → NONE
+- **Not** used to track you. No ATT prompt required.
+- Cross-check / evidence: `ui/no-track.ts` is injected into the only WebView before content
+  loads and stubs + blocks AdSense, Google Analytics, gtag, DoubleClick, and (hardened)
+  Facebook/mixpanel/segment/amplitude/hotjar/matomo. The native screens make plain `fetch()`
+  calls to `celebsignatures.com/api/*` only — no analytics/ads SDKs are linked in the app.
+- The public *website* keeps AdSense/GA; the *app binary* is clean. Declare accordingly.
+
+## Data NOT collected (declare "Not Collected")
+- Location, Contacts, Health, Financial info, Browsing history, Search history,
+  Identifiers (IDFA), Usage Data, Diagnostics, Photos, Audio, User Content.
+  (The signature-UPLOAD feature is web-only; the native app has no upload screen.)
+
+## Account deletion (Guideline 5.1.1(v)) — SATISFIED
+- In-app: Account tab → "Delete my account" (confirm dialog) → `POST /api/auth/delete`.
+- Verified live: `curl -X POST https://celebsignatures.com/api/auth/delete` → 401 "not signed in"
+  (endpoint exists; deletes user + sessions + saves + uploads when authed).
+
+## Reviewer note (for the App Review "Notes" field)
+"Account creation is optional — the entire gallery, game, and murals browse work without
+signing in, so a reviewer can exercise the app anonymously. To test account features, create
+an account with any email; delete it via Account → Delete my account. The app performs no ad
+or analytics tracking (ad/analytics scripts are stripped from the in-app web view). Mural
+checkout is a physical printed product, fulfilled via the website."

← e2d7d1c web: clicking a signature opens its details popup; Books sec  ·  back to CelebritySignatures  ·  auto-save: 2026-08-05T18:14:36 (1 files) — apps/mobile/store d805e54 →