<!--
{
  "availability" : [
    "iOS: 18.4.0 -",
    "iPadOS: 18.4.0 -",
    "macCatalyst: 18.4.0 -",
    "macOS: 15.4.0 -",
    "tvOS: 18.4.0 -",
    "visionOS: 2.4.0 -",
    "watchOS: 11.4.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "GameKit",
  "identifier" : "/documentation/GameKit/GKReleaseState",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "GameKit"
    ],
    "preciseIdentifier" : "c:@E@GKReleaseState"
  },
  "title" : "GKReleaseState"
}
-->

# GKReleaseState

Describes the release state of an App Store Connect resource, such as an Achievement or Leaderboard.

```
struct GKReleaseState
```

## Topics

### Initializers

[`init(rawValue: UInt)`](/documentation/GameKit/GKReleaseState/init(rawValue:))

### Type Properties

[`static var prereleased: GKReleaseState`](/documentation/GameKit/GKReleaseState/prereleased)

The resource has been created in App Store Connect but isn’t yet associated with a released version of an App.

[`static var released: GKReleaseState`](/documentation/GameKit/GKReleaseState/released)

The resource is associated with a release in App Store Connect. This has no relationship with the “archived” state of a resource (i.e., A resource can be release *and* archived).

## Relationships

### Conforms To

[`Equatable`](/documentation/Swift/Equatable)

[`RawRepresentable`](/documentation/Swift/RawRepresentable)

[`ExpressibleByArrayLiteral`](/documentation/Swift/ExpressibleByArrayLiteral)

[`BitwiseCopyable`](/documentation/Swift/BitwiseCopyable)

[`SetAlgebra`](/documentation/Swift/SetAlgebra)

[`OptionSet`](/documentation/Swift/OptionSet)

[`Sendable`](/documentation/Swift/Sendable)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)