# Google Play Console — create ZERO ONE (15 minutes)

Developer account: already paid (emails go to **shafaet85@gmail.com**).

Open: https://play.google.com/console

## 1) Create app

1. **All apps → Create app**
2. App name: `ZERO ONE`
3. Default language: English (United Kingdom) or English (United States)
4. App or game: **App**
5. Free / paid: **Free**
6. Declarations: accept Play policies + US export laws
7. Create

## 2) Dashboard checklist (do in order)

### Store presence → Main store listing
- App name: from `listings/en-US/title.txt`
- Short description: `listings/en-US/short-description.txt`
- Full description: `listings/en-US/full-description.txt`
- App icon: `graphics/icon-512.png` (512×512)
- Feature graphic: `graphics/feature-graphic.jpg` (resize to 1024×500 if needed)
- Phone screenshots: `graphics/phone-01-home.jpg`, `graphics/phone-02-help.jpg` (add 2 more from device if Console complains about dimensions)
- Contact email: `shafaet85@gmail.com` (or support@talktoai.org if you prefer)
- Privacy policy: `https://talktoai.org/ZeroOne/privacy-mobile`

### App content
- Privacy policy URL: same as above  
- Ads: **No**  
- App access: all features available without special login to the shell  
- Content ratings: complete questionnaire (utility / productivity)  
- Target audience: 18+ (or 13+ if you prefer general productivity)  
- News app: No  
- Data safety: follow `DATA_SAFETY.yml` — shell collects no personal data  
- Government apps: No  

### Grow → Testing → Internal testing (recommended first)
1. Create release → **App bundles**
2. Upload: `bin/ZERO-ONE-0.1.1-android-release.aab`
3. Release name: `0.1.1 (3)`
4. Release notes (en-US):

```
First Play build of ZERO ONE Mobile.
OpenZero, ZeroThink, ZMail and CallChat in one private shell.
Install tips and help inside the app.
```

5. Save → Review → Start rollout to **Internal testing**
6. Add yourself as tester (email list) → opt-in link

### Production (after internal test works)
Promote the same release to Production when ready.

## 3) Developer verification (deadline Sep 30, 2026)

Google emailed you: register apps and signing keys before **30 Sep 2026**.

In Console → **Settings / Developer account → Developer verification** (wording may vary):
- Confirm identity / organization (QUANTUMENCRYPTION1 LTD if company account)
- Register package `org.talktoai.zeroone`
- Register upload key SHA-256 from `UPLOAD_KEY.txt`

## 4) Optional: API upload next time

1. Cloud Console → create service account → JSON key  
2. Play Console → Users and permissions → invite service account → **Release to production / testing** + **View app info**  
3. Save JSON as `~/.zero-one-secrets/play-service-account.json`  
4. Run:

```powershell
cd ZERO-ONE-Mobile
node scripts/play-upload.mjs --aab store/play-console-kit/bin/ZERO-ONE-0.1.1-android-release.aab --track internal
```

Until that JSON exists on this PC, uploads must use the Console UI (this kit is ready for drag-and-drop).
