validateApp property
Whether to validate the application before uploading.
When true, performs comprehensive validation of the IPA file
including code signing, entitlements, and App Store requirements
before attempting upload. Helps catch issues early in the process.
Validation includes:
- Code signing verification
- Entitlements validation
- App Store compliance checks
- Bundle structure verification
Default: false
Implementation
final bool validateApp;