| name | ios-release |
| description | App Store release checklist and preparation with archive, validation, and submission guidance. |
| argument-hint | [--check-only] [--archive] [--validate] |
| allowed-tools | Bash, Write, Read, Glob, Grep |
Purpose
Prepare an iOS app for App Store submission with comprehensive pre-release checklist, archive creation, and validation.
Arguments
--check-only — Run pre-release checklist without creating archive
--archive — Create release archive
--validate — Validate archive against App Store requirements
Pre-release checklist (always runs)
Version & Build
Code signing
App Store requirements
Quality gates
Content
App Store Connect
Archive workflow
- Run pre-release checklist
- Clean build folder
- Archive with Release configuration
- Validate archive
- Report results and next steps
Validation checks
- Bundle ID matches App Store Connect
- Version/build valid
- Required icons present
- Entitlements valid
- No private API usage detected
- Binary size acceptable
Output
- Checklist results (pass/fail)
- Archive location (if created)
- Validation results
- Next steps for submission
Reference
For detailed requirements and troubleshooting, see reference/ios-release-reference.md