Deploy iOS Job
Deploy iOS Job
Section titled “Deploy iOS Job”Upload your IPA to App Store Connect for TestFlight testing or App Store submission.
Requirements
Section titled “Requirements”- Build iOS job completed upstream
- App Store Connect API credentials
Configuration
Section titled “Configuration”| Option | Description |
|---|---|
| API Key ID | App Store Connect API Key ID |
| Issuer ID | Your issuer ID |
| API Key | Private key contents (.p8) |
Deployment Process
Section titled “Deployment Process”- Validates the IPA artifact
- Uploads to App Store Connect via
xcrun altool - Reports upload status
API Key Setup
Section titled “API Key Setup”- Go to App Store Connect > Users and Access > Keys
- Generate a new API Key with App Manager role
- Download the .p8 file
- Note the Key ID and Issuer ID
- Add as secrets in FlightStack
Example Pipeline
Section titled “Example Pipeline”┌───────────┐ ┌────────────┐ ┌──────────┐│ Build iOS │────▶│ Deploy iOS │────▶│ Notify │└───────────┘ └────────────┘ └──────────┘After deployment, builds appear in TestFlight within minutes.