<!--
{
  "availability" : [
    "iOS: 17.2.0 -",
    "iPadOS: 17.2.0 -",
    "macCatalyst: 17.2.0 -",
    "macOS: 14.2.0 -",
    "tvOS: 17.2.0 -",
    "visionOS: 1.1.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "GameKit",
  "identifier" : "/documentation/GameKit/GKMatchedPlayers",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "GameKit"
    ],
    "preciseIdentifier" : "c:objc(cs)GKMatchedPlayers"
  },
  "title" : "GKMatchedPlayers"
}
-->

# GKMatchedPlayers

An object that represents matchmaking results, including the players that join the match and their properties that matchmaking rules uses.

```
class GKMatchedPlayers
```

## Overview

If the [`properties`](/documentation/GameKit/GKMatchedPlayers/properties) and `playersProperties` properties are `nil`, Game Center didn’t use matchmaking rules to find the players. For more information, see [Matchmaking rules](/documentation/GameKit/matchmaking-rules).

## Topics

### Getting players

[`players`](/documentation/GameKit/GKMatchedPlayers/players)

The players that join the match.

### Matchmaking using rules

[`properties`](/documentation/GameKit/GKMatchedPlayers/properties)

The local player’s properties that matchmaking rules uses to find the players, with some additions.

[`playerProperties`](/documentation/GameKit/GKMatchedPlayers/playerProperties)

The properties for other players that matchmaking rules uses to find players, with some additions.

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

A type for game-specific properties that Game Center uses to find players when using matchmaking rules.

## Relationships

### Conforms To

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

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

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

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

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

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

### 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)