Commit 4d5867c6 authored by Kourser's avatar Kourser
Browse files

chore(app-store): drop review_information from repo



Remove the partial App Review contact info: it broke a full
`fastlane deliver` (Apple requires contact name + phone) and personal
contact details don't belong in a public repo. Review contact info is
managed directly in App Store Connect (unchanged since 0.4.0); the review
notes are kept as reference in fastlane/README.md.

Co-Authored-By: default avatarClaude Opus 4.8 <noreply@anthropic.com>
parent 204f6110
Loading
Loading
Loading
Loading
+17 −3
Original line number Diff line number Diff line
@@ -16,9 +16,6 @@ fastlane/
│   ├── copyright.txt            # © 2026 Cythin
│   ├── primary_category.txt     # ENTERTAINMENT (= fiche actuelle)
│   ├── secondary_category.txt   # NEWS
│   ├── review_information/
│   │   ├── notes.txt            # notes pour la review Apple (EN)
│   │   └── email_address.txt
│   └── <locale>/                # 22 dossiers (voir liste plus bas)
│       ├── name.txt             # « Skingomz » (≤30)
│       ├── subtitle.txt         # sous-titre (≤30)
@@ -111,6 +108,23 @@ créneaux requis pour une app universelle. Régénérer : `./fastlane/generate_s
> iOS 26. À ajouter manuellement si souhaité (ancienne capture FR dispo dans
> `docs/app-store/screenshots/iphone-6.9-player.png`).

## Infos de review Apple (à gérer dans App Store Connect, pas dans le dépôt)

Les **coordonnées de contact** de review (nom, téléphone, e-mail) ne sont
**pas** versionnées ici — ce sont des données personnelles, et ce dépôt est
public. Elles restent celles saisies pour 0.4.0 (déjà validées) ; à vérifier
dans App Store Connect au moment de soumettre. `fastlane deliver` n'y touche
pas tant qu'aucun dossier `review_information/` n'est présent.

**Notes de review** (justification à coller dans le champ « Notes » d'ASC) :

```
No account is required to use the app.
Sync (Nextcloud / gpodder.net) is OPTIONAL and uses a user-provided server, so no demo account is needed.
App Transport Security allows HTTP (NSAllowsArbitraryLoads) because podcast RSS feeds and audio files are third-party and many are served over HTTP; the app must be able to load arbitrary user-chosen URLs.
The app collects no personal data (see the privacy manifest).
```

## Rappels

- **Ne pas oublier** : mettre à jour `docs/appcast.json` en 0.5.0 **seulement
+0 −1
Original line number Diff line number Diff line
contact@kourser.bzh
 No newline at end of file
+0 −4
Original line number Diff line number Diff line
No account is required to use the app.
Sync (Nextcloud / gpodder.net) is OPTIONAL and uses a user-provided server, so no demo account is needed.
App Transport Security allows HTTP (NSAllowsArbitraryLoads) because podcast RSS feeds and audio files are third-party and many are served over HTTP; the app must be able to load arbitrary user-chosen URLs.
The app collects no personal data (see the privacy manifest).
 No newline at end of file