<!--
{
  "availability" : [
    "iOS: 7.0.0 -",
    "iPadOS: 7.0.0 -",
    "macCatalyst: 13.1.0 -",
    "macOS: 10.10.0 -",
    "tvOS: 9.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 3.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "GameKit",
  "identifier" : "/documentation/GameKit/GKTurnBasedExchangeStatus",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "GameKit"
    ],
    "preciseIdentifier" : "c:@E@GKTurnBasedExchangeStatus"
  },
  "title" : "GKTurnBasedExchangeStatus"
}
-->

# GKTurnBasedExchangeStatus

The status of an exchange or reply.

```
enum GKTurnBasedExchangeStatus
```

## Topics

### Statuses

[`GKTurnBasedExchangeStatus.unknown`](/documentation/GameKit/GKTurnBasedExchangeStatus/unknown)

The state of the exchange request is unknown.

[`GKTurnBasedExchangeStatus.active`](/documentation/GameKit/GKTurnBasedExchangeStatus/active)

GameKit sent the exchange request to recipients but not all recipients replied.

[`GKTurnBasedExchangeStatus.complete`](/documentation/GameKit/GKTurnBasedExchangeStatus/complete)

All recipients of the exchange request replied.

[`GKTurnBasedExchangeStatus.resolved`](/documentation/GameKit/GKTurnBasedExchangeStatus/resolved)

The current participant saved the exchange request.

[`GKTurnBasedExchangeStatus.canceled`](/documentation/GameKit/GKTurnBasedExchangeStatus/canceled)

The sender canceled the exchange request.



---

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)