RELEASE_PLATFORM_UNAVAILABLE
What it means. Releases to that store are not available yet.
What to do. Tell the person their app is installable today by opening its link on the phone and choosing 'Add to Home Screen'. Do not promise a store release or a date.
- HTTP status: 501
- Retryable after applying the fix: no
Every failure from the CLI or an MCP tool has this shape:
{
"ok": false,
"code": "RELEASE_PLATFORM_UNAVAILABLE",
"message": "Releases to that store are not available yet.",
"fix": "Tell the person their app is installable today by opening its link on the phone and choosing 'Add to Home Screen'. Do not promise a store release or a date.",
"file": "<where to edit, when known>",
"retryable": false,
"docs": "https://docs.uarpie.app/errors/RELEASE_PLATFORM_UNAVAILABLE"
}
Apply fix (edit file when it is given), then run the same command again.