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

# GKLocalPlayerListener

A protocol that handles events for Game Center players.

```
protocol GKLocalPlayerListener : GKChallengeListener, GKInviteEventListener, GKTurnBasedEventListener
```

## Overview

Adopt the [`GKLocalPlayerListener`](/documentation/GameKit/GKLocalPlayerListener) protocol to listen for and handle a variety of Game Center events for player accounts instead of the individual [`GKChallengeListener`](/documentation/GameKit/GKChallengeListener), [`GKInviteEventListener`](/documentation/GameKit/GKInviteEventListener), [`GKSavedGameListener`](/documentation/GameKit/GKSavedGameListener), and [`GKTurnBasedEventListener`](/documentation/GameKit/GKTurnBasedEventListener) protocols.

## Relationships

### Inherits From

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

[`GKChallengeListener`](/documentation/GameKit/GKChallengeListener)

[`GKGameActivityListener`](/documentation/GameKit/GKGameActivityListener)

[`GKTurnBasedEventListener`](/documentation/GameKit/GKTurnBasedEventListener)

[`GKSavedGameListener`](/documentation/GameKit/GKSavedGameListener)

[`GKInviteEventListener`](/documentation/GameKit/GKInviteEventListener)

---

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)