Skip to content

Simple guide · Overview

Page status: HistoricalHistory group: Archives

NutsNews App Store Privacy Policy Update

This update strengthens the /privacy page for App Store review by matching the current iOS app behavior more clearly.

Visual overview

Primary diagram

System map

This update strengthens the /privacy page for App Store review by matching the current iOS app behavior more clearly.

Render the repository-owned system map when you need it.

Diagram is not rendered yet.

View as text
NutsNews App Store Privacy Policy Update

This update strengthens the /privacy page for App Store review by matching the current iOS app behavior more clearly.

flowchart TB
  accTitle: NutsNews App Store Privacy Policy Update
  accDescr {
    This update strengthens the /privacy page for App Store review by matching the current iOS app behavior more clearly.
  }
  A["NutsNews App Store Privacy Policy Update"] --> B["archive/NUTSNEWS_APP_STORE_PRIVACY_POLICY_UPDATE_README.md"]
  B --> C["Auto-generated placeholder diagram"]

NutsNews App Store Privacy Policy Update

Fullscreen diagram view.

This update strengthens the /privacy page for App Store review by matching the current iOS app behavior more clearly.

The current native app code shows:

  • No account login or registration.
  • No payment flow.
  • No use of camera, microphone, photos, contacts, health, location, push notifications, or advertising identifier APIs.
  • No third-party SDK package dependencies in the Xcode project.
  • Article feed data is fetched from https://www.nutsnews.com/api/articles using URLSession.
  • Article responses are cached locally in the app caches directory.
  • Liked stories, theme choice, and haptics preference are stored locally with UserDefaults / @AppStorage.
  • Original publisher links open through SFSafariViewController.
  • web/app/privacy/page.tsx

    • Rewrites the privacy policy to be more explicit for App Store review.
    • Adds positive privacy highlights.
    • Clarifies local storage, caching, network requests, diagnostics, website analytics, publisher links, and no tracking.
  • web/app/components/SiteFooter.tsx

    • Keeps the public Privacy Policy footer link.
  • web/app/sitemap.ts

    • Keeps /privacy in the sitemap.

After deployment, use this Privacy Policy URL:

https://www.nutsnews.com/privacy

npx tsc --noEmit passed for this update.