# STORE_ACCOUNT_REQUIRED

**What it means.** No developer account is connected for that store.

**What to do.** The owner has to enrol with Apple or Google themselves and then connect that account in the dashboard under the app's Address tab. Explain that this is a one-time step involving their own name, payment and identity check; nobody can do it for them. Their app is still installable from its link in the meantime.

- HTTP status: 403
- Retryable after applying the fix: no

Every failure from the CLI or an MCP tool has this shape:

```json
{
  "ok": false,
  "code": "STORE_ACCOUNT_REQUIRED",
  "message": "No developer account is connected for that store.",
  "fix": "The owner has to enrol with Apple or Google themselves and then connect that account in the dashboard under the app's Address tab. Explain that this is a one-time step involving their own name, payment and identity check; nobody can do it for them. Their app is still installable from its link in the meantime.",
  "file": "<where to edit, when known>",
  "retryable": false,
  "docs": "https://docs.uarpie.app/errors/STORE_ACCOUNT_REQUIRED"
}
```

Apply `fix` (edit `file` when it is given), then run the same command again.
