<!--
{
  "availability" : [
    "iOS: 14.0.0 -",
    "iPadOS: 14.0.0 -",
    "macCatalyst: 14.0.0 -",
    "macOS: 11.0.0 -",
    "tvOS: 14.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "GameKit",
  "identifier" : "/documentation/GameKit/GKMatchmakingMode",
  "metadataVersion" : "0.1.0",
  "role" : "Enumeration",
  "symbol" : {
    "kind" : "Enumeration",
    "modules" : [
      "GameKit"
    ],
    "preciseIdentifier" : "c:@E@GKMatchmakingMode"
  },
  "title" : "GKMatchmakingMode"
}
-->

# GKMatchmakingMode

Possible modes that a multiplayer game uses to find matches.

```
enum GKMatchmakingMode
```

## Topics

### Modes

[`GKMatchmakingMode.default`](/documentation/GameKit/GKMatchmakingMode/default)

The default matchmaking mode.

[`GKMatchmakingMode.nearbyOnly`](/documentation/GameKit/GKMatchmakingMode/nearbyOnly)

A mode that matches the local player only with nearby players.

[`GKMatchmakingMode.automatchOnly`](/documentation/GameKit/GKMatchmakingMode/automatchOnly)

A mode that matches the local player only with players who are also actively looking for a match.

[`GKMatchmakingMode.inviteOnly`](/documentation/GameKit/GKMatchmakingMode/inviteOnly)

A mode that matches the local player only with players who they invite, and doesn’t use automatch to fill empty slots.



---

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)