<!--
{
  "availability" : [
    "iOS: 5.0.0 - 7.0.0",
    "iPadOS: 5.0.0 - 7.0.0",
    "macOS: 10.8.0 - 10.10.0",
    "visionOS: 1.0.0 - 1.0.0",
    "watchOS: 3.0.0 - 3.0.0"
  ],
  "documentType" : "symbol",
  "framework" : "GameKit",
  "identifier" : "/documentation/GameKit/GKTurnBasedEventHandlerDelegate",
  "metadataVersion" : "0.1.0",
  "role" : "Protocol",
  "symbol" : {
    "kind" : "Protocol",
    "modules" : [
      "GameKit"
    ],
    "preciseIdentifier" : "c:objc(pl)GKTurnBasedEventHandlerDelegate"
  },
  "title" : "GKTurnBasedEventHandlerDelegate"
}
-->

# GKTurnBasedEventHandlerDelegate

The [`GKTurnBasedEventHandlerDelegate`](/documentation/GameKit/GKTurnBasedEventHandlerDelegate) protocol is implemented by an object to receive notifications events for turn-based matches. All methods are called on the main thread.

```
protocol GKTurnBasedEventHandlerDelegate
```

## Overview

This protocol has been deprecated in iOS 7, use [`GKTurnBasedEventListener`](/documentation/GameKit/GKTurnBasedEventListener).

## Topics

### Receiving Turn-based Events

[`-  handleInviteFromGameCenter:`](/documentation/GameKit/GKTurnBasedEventHandlerDelegate/handleInvite(fromGameCenter:))

Sent to the delegate when the local player receives an invitation to join a new turn-based match.

[`-  handleTurnEventForMatch:`](/documentation/GameKit/GKTurnBasedEventHandlerDelegate/handleTurnEvent(for:))

Sent to the delegate when it is the local player’s turn to act in a turn-based match.

[`-  handleTurnEventForMatch:didBecomeActive:`](/documentation/GameKit/GKTurnBasedEventHandlerDelegate/handleTurnEvent(for:didBecomeActive:))

Sent to the delegate when it is the local player’s turn to act in a turn-based match.

[`-  handleMatchEnded:`](/documentation/GameKit/GKTurnBasedEventHandlerDelegate/handleMatchEnded(_:))

Sent to the delegate when a match the local player is participating in has ended.



---

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)