Builds
StorePush tracks your app builds and their processing status from App Store Connect.
Build Lifecycle
When you upload a build to App Store Connect (via Xcode or CI/CD), it goes through several states:
- Processing — Apple is validating and processing the build
- Valid — Build passed processing and is ready for use
- Invalid — Build failed processing (check App Store Connect for details)
- Failed — Build processing encountered an error
StorePush automatically syncs build status during each pull operation.
Viewing Builds
Navigate to your app's Builds section to see:
- Build version and number
- Processing state
- Upload date
- Associated app version (if any)
Submitting Builds
From StorePush, you can submit a valid build to be attached to an app version for App Store review. This creates a background job that:
- Associates the build with the selected version
- Submits the version for review (if ready)
Build Sync
Build data is synced automatically based on your app's configured pull interval. During active development, a shorter interval (5 minutes) helps you see new builds faster.