<!--
{
  "availability" : [
    "iOS: 6.0.0 - 17.0.0",
    "iPadOS: 6.0.0 - 17.0.0",
    "macCatalyst: 13.1.0 - 17.0.0",
    "macOS: 10.8.0 - 14.0.0",
    "tvOS: 9.0.0 - 17.0.0",
    "visionOS: 1.0.0 - 1.0.0",
    "watchOS: 3.0.0 - 10.0.0"
  ],
  "documentType" : "symbol",
  "framework" : "GameKit",
  "identifier" : "/documentation/GameKit/GKInviteeResponse",
  "metadataVersion" : "0.1.0",
  "role" : "Type Alias",
  "symbol" : {
    "kind" : "Type Alias",
    "modules" : [
      "GameKit"
    ],
    "preciseIdentifier" : "c:@T@GKInviteeResponse"
  },
  "title" : "GKInviteeResponse"
}
-->

# GKInviteeResponse

Possible responses from an invitation to a remote player.

```
typealias GKInviteeResponse = GKInviteRecipientResponse
```

## Topics

### Responses

[`GKInviteeResponseAccepted`](/documentation/GameKit/GKInviteRecipientResponse/inviteeResponseAccepted)

The player accepted the invitation.

[`GKInviteeResponseDeclined`](/documentation/GameKit/GKInviteRecipientResponse/inviteeResponseDeclined)

The player rejected the invitation.

[`GKInviteeResponseFailed`](/documentation/GameKit/GKInviteRecipientResponse/inviteeResponseFailed)

The invitation was unable to be delivered.

[`GKInviteeResponseIncompatible`](/documentation/GameKit/GKInviteRecipientResponse/inviteeResponseIncompatible)

The invitee isn’t running a compatible version of your game.

[`GKInviteeResponseUnableToConnect`](/documentation/GameKit/GKInviteRecipientResponse/inviteeResponseUnableToConnect)

The invitee couldn’t be contacted.

[`GKInviteeResponseNoAnswer`](/documentation/GameKit/GKInviteRecipientResponse/inviteeResponseNoAnswer)

The invitation timed out without an answer.



---

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)