---
title: PhasedReleaseState
framework: appstoreconnectapi
role: symbol
role_heading: Type
path: appstoreconnectapi/phasedreleasestate
---

# PhasedReleaseState

String that represents the progress of a phased release for an app version.

## Declaration

```data
string PhasedReleaseState
```

## Possible Values

INACTIVE: The phased release hasn’t started. ACTIVE: The app version is released. During a phased release, the App Store releases the update over a 7-day period to a percentage of your users, randomly selected. The phased release applies to macOS and iOS devices with automatic updates enabled. Users can also manually download the app version. PAUSED: The App Store paused the phased release, at your request. COMPLETE: The process released the update to all devices that have automatic updates enabled. The phased-release process is complete.

## Discussion

Discussion For more information about phased releases including pausing an update, see Release a version update in phases.

## See Also

### Objects and Data Types

- [AppStoreVersionPhasedRelease](appstoreconnectapi/appstoreversionphasedrelease.md)
- [AppStoreVersionPhasedReleaseCreateRequest](appstoreconnectapi/appstoreversionphasedreleasecreaterequest.md)
- [AppStoreVersionPhasedReleaseResponse](appstoreconnectapi/appstoreversionphasedreleaseresponse.md)
- [AppStoreVersionPhasedReleaseWithoutIncludesResponse](appstoreconnectapi/appstoreversionphasedreleasewithoutincludesresponse.md)
- [AppStoreVersionPhasedReleaseUpdateRequest](appstoreconnectapi/appstoreversionphasedreleaseupdaterequest.md)
