eas-submit-testflight
Installation
SKILL.md
EAS Submit (TestFlight)
eas submit -p ios uploads a finished .ipa to App Store Connect. It is an external account action, not a local validation step.
External action gate
Do not run an EAS build, access App Store Connect credentials, or upload an .ipa without explicit owner confirmation. Confirm the Apple developer account, App Store Connect app, bundle identifier, selected build, intended testers, and whether the action is a build or an upload. Building and uploading require separate confirmation.
Pre-flight (must all pass)
-
MARKETING_VERSIONin app.json correct (semver) - Built with the SDK/Xcode version currently required by Apple
- PrivacyInfo.xcprivacy present
- All 3rd-party SDKs ship PrivacyInfo + signature
- No deprecated APIs / build warnings
- Tests + lint pass