The BACKGROUND_ASSET_VERSION_APP_STORE_RELEASE_STATE_UPDATED event fires when the App Store release state of a background asset version changes. This tracks whether your background assets are approved and available for production distribution.
When does it fire?
This event triggers when a background asset version's App Store release state transitions — for example, when it's approved for release or when the release state changes during the distribution process.
Payload highlights
The payload includes the app ID, asset version identifier, and the new release state. This is important for apps that rely on background assets being available when your app is downloaded.
How Yeethook helps
If your app relies on background assets (large downloads, ML models, game content), you need to know when those assets are cleared for App Store distribution. Yeethook delivers these status changes to Slack so your release team stays informed.
Common use cases
- Confirm background assets are approved before triggering a phased rollout
- Track asset release state alongside your app version release state
- Get alerts if background asset distribution is blocked