validate_app
Validate an iOS .ipa file for App Store submission before uploading. Confirms the app meets Apple's requirements using altool.
Instructions
Validate an app for App Store submission using altool
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| apiKey | No | API Key ID (alternative to username/password) | |
| ipaPath | Yes | Path to the .ipa file to validate | |
| password | Yes | App-specific password for the App Store Connect account | |
| username | Yes | App Store Connect username (usually an email) | |
| apiIssuer | No | API Key Issuer ID (required if using apiKey) | |
| apiKeyPath | No | Path to the API Key .p8 file (required if using apiKey) |