Documentation

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:

  1. Processing — Apple is validating and processing the build
  2. Valid — Build passed processing and is ready for use
  3. Invalid — Build failed processing (check App Store Connect for details)
  4. 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:

  1. Associates the build with the selected version
  2. 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.