<!--
{
  "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/GKMatch/playerProperties",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "GameKit"
    ],
    "preciseIdentifier" : "c:objc(cs)GKMatch(py)playerProperties"
  },
  "title" : "playerProperties"
}
-->

# playerProperties

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

```
var playerProperties: [GKPlayer : [String : Any]]? { get }
```

## Discussion

This property is similar to the [`GKMatchRequest`](/documentation/GameKit/GKMatchRequest).[`recipientProperties`](/documentation/GameKit/GKMatchRequest/recipientProperties) property but with some additions that Game Center may add. For example, if you add team rules to your rule set, use the `gc` and `team` keys to get the name of the player’s team, similar to [`properties`](/documentation/GameKit/GKMatch/properties).

For more information, see [Matchmaking rules](/documentation/GameKit/matchmaking-rules).

---

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)