<!--
{
  "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/GKTurnBasedExchangeReply",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "GameKit"
    ],
    "preciseIdentifier" : "c:objc(cs)GKTurnBasedExchangeReply"
  },
  "title" : "GKTurnBasedExchangeReply"
}
-->

# GKTurnBasedExchangeReply

Details about a recipient’s response to an exchange request.

```
class GKTurnBasedExchangeReply
```

## Overview

When you accept an exchange request using the [`reply(withLocalizableMessageKey:arguments:data:completionHandler:)`](/documentation/GameKit/GKTurnBasedExchange/reply(withLocalizableMessageKey:arguments:data:completionHandler:)) method, GameKit sends a `GKTurnBasedExchangeReply` object to participants using the [`player(_:receivedExchangeReplies:forCompletedExchange:for:)`](/documentation/GameKit/GKTurnBasedEventListener/player(_:receivedExchangeReplies:forCompletedExchange:for:)) protocol method. You can also get responses to exchange requests from the [`GKTurnBasedExchange`](/documentation/GameKit/GKTurnBasedExchange) object using the [`replies`](/documentation/GameKit/GKTurnBasedExchange/replies) parameter.

## Topics

### Retrieving Reply Details

[`data`](/documentation/GameKit/GKTurnBasedExchangeReply/data)

The game-specific data that the recipent provides in the exchange request reply.

[`message`](/documentation/GameKit/GKTurnBasedExchangeReply/message)

A message from the recipient to the sender of the exchange request.

[`recipient`](/documentation/GameKit/GKTurnBasedExchangeReply/recipient)

The participant who replies to the exchange request.

[`replyDate`](/documentation/GameKit/GKTurnBasedExchangeReply/replyDate)

The date the recipient replies to the exchange request.

## Relationships

### Conforms To

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

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

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

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

[`NSObjectProtocol`](/documentation/ObjectiveC/NSObjectProtocol)

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

### Inherits From

[`NSObject-swift.class`](/documentation/ObjectiveC/NSObject-swift.class)

---

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)