---
title: GKInviteRecipientResponse.incompatible
framework: gamekit
role: symbol
role_heading: Case
path: gamekit/gkinviterecipientresponse/incompatible
---

# GKInviteRecipientResponse.incompatible

A response when the player isn’t running a compatible version of the game.

## Declaration

```swift
case incompatible
```

## See Also

### Responses

- [GKInviteRecipientResponse.accepted](gamekit/gkinviterecipientresponse/accepted.md)
- [GKInviteRecipientResponse.declined](gamekit/gkinviterecipientresponse/declined.md)
- [GKInviteRecipientResponse.failed](gamekit/gkinviterecipientresponse/failed.md)
- [GKInviteRecipientResponse.unableToConnect](gamekit/gkinviterecipientresponse/unabletoconnect.md)
- [GKInviteRecipientResponse.noAnswer](gamekit/gkinviterecipientresponse/noanswer.md)
