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

# GKTransportType

The mechanism used to send messages to other players in a game session.

```
enum GKTransportType
```

## Topics

### Constants

[`GKTransportType.reliable`](/documentation/GameKit/GKTransportType/reliable)

The data is sent continuously until it is successfully received by the intended recipients or the connection times out.

[`GKTransportType.unreliable`](/documentation/GameKit/GKTransportType/unreliable)

The data is sent once and is not sent again if a transmission error occurs.



---

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)