<!--
{
  "availability" : [
    "tvOS: 10.0.0 - 12.0.0"
  ],
  "documentType" : "symbol",
  "framework" : "GameKit",
  "identifier" : "/documentation/GameKit/GKGameSessionSharingViewController",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "GameKit"
    ],
    "preciseIdentifier" : "c:objc(cs)GKGameSessionSharingViewController"
  },
  "title" : "GKGameSessionSharingViewController"
}
-->

# GKGameSessionSharingViewController

A user interface you can use to invite other users into a tvOS game session.

```
class GKGameSessionSharingViewController
```

## Overview

The sharing view controller on tvOS presents a user’s Game Center friend list, along with other people with whom the user has recently played the game. Users can select a person from the list and send them an invite using the Send button.

> Note:
> Currently, the a user’s Game Center friend’s list is frozen and users will no longer be able to add friends to the list.

## Topics

### Presenting the Share UI

[`init(session:)`](/documentation/GameKit/GKGameSessionSharingViewController/init(session:))

Creates a new sharing view controller for a specified session.

### Accessing Share View Controller Properties

[`delegate`](/documentation/GameKit/GKGameSessionSharingViewController/delegate)

The delegate for the sharing view controller.

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

A protocol you implement to respond to changes to a sharing user interface.

[`session`](/documentation/GameKit/GKGameSessionSharingViewController/session)

The game session associated with the view controller.



---

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)