# App Store Connect — remaining sections cheat sheet You're at `https://appstoreconnect.apple.com/apps/6779190385/distribution/...`. ASC's React forms have the same synthetic-event resistance as Play's — fast manual click-through is more reliable than scripting. --- ## 1. App-Datenschutz (App Privacy) Click **"Erste Schritte"** on the privacy page. **Datenerhebung (Data collection):** - "Erfasst dieser App oder ein Drittanbieter-Partner Daten von dieser App?" → **Nein** (No) - *Rationale:* PAILot sends data only to the user's own AIBroker server. The user is the operator, not a third party. APNs tokens go to that user-controlled server. We collect nothing. - **Save**. **Datenschutzrichtlinie URL** (Privacy Policy URL): - `https://mnott.github.io/AIBroker/privacy.html` --- ## 2. App-Prüfungsinformationen (App Review Information) On the version (inflight) page — scroll to "Informationen zur App-Prüfung": - **Vorname (First name):** Matthias - **Nachname (Last name):** Nott - **Telefonnummer:** +41 ... (your number — international format) - **E-Mail:** matthias.nott+claude@gmail.com (or your preferred contact) - **Benutzername / Passwort:** Leave blank - **Anmerkungen (Notes):** Already filled by me — review and adjust if needed. --- ## 3. Preise und Verfügbarkeit (Pricing and Availability) Navigate to `/distribution/pricing`: - **Preis (Price):** Free - **Verfügbarkeit (Availability):** All countries (or pick subset) - The Pro IAP (`com.tekmidian.pailot.pro` at $4.99) is configured separately under In-App Purchases. --- ## 4. Altersfreigabe / Content rating On the version page, find the **"Altersfreigabe"** card: - All categories → **Keine** (None) - Result: **4+** Specifically: no violence (cartoon, fantasy, realistic), no sexual content, no nudity, no profanity, no drugs/alcohol/tobacco, no gambling, no horror/fear, no unrestricted web access, no user-generated content visible to other users. --- ## 5. Export-Compliance (App Store Connect → "App-Bedienungshilfen" or version flow) - "Verwendet Ihre App Verschlüsselung?" → **Ja** (Yes) - "Verwendet Ihre App nur eine in iOS integrierte Verschlüsselung?" → **Ja** (Yes — HTTPS/TLS only, no custom crypto) - This qualifies for the standard export exemption (Category 5 Part 2 paragraph 4 ENC exemption). --- ## 6. Build attachment - Upload your latest TestFlight build via Transporter or `xcrun altool`. - On the version page, scroll to **"Build"** → add the newest build. - Wait for "Verarbeitung" to finish (~10 min). --- ## What I already filled and saved - ✅ Promotional text, full description, keywords, support/marketing URL, copyright - ✅ Reviewer notes textarea (free-text explanation of architecture + IAP + privacy) - ✅ 8 screenshots at 6.5″ Display slot, ordered: voice → text → sessions → navigate → paywall → pro-in-settings → settings → splash - ✅ Privacy policy URL hosted at `https://mnott.github.io/AIBroker/privacy.html` --- ## After all sections green: Submit - Click **"Zur Prüfung hinzufügen"** (Add to review) → **Senden** (Submit).