---
title: GKFriendsAuthorizationStatus.restricted
framework: gamekit
role: symbol
role_heading: Case
path: gamekit/gkfriendsauthorizationstatus/restricted
---

# GKFriendsAuthorizationStatus.restricted

Access to the player’s list of friends restricted.

## Declaration

```swift
case restricted
```

## Mentioned in

Connecting players with their friends in your game

## Discussion

Discussion While GameKit restricts access to a player’s friends’ data, the player can’t change the authorization status. If you previously loaded the player’s friends, delete the friends’ data from your game.

## See Also

### Authorization Statuses

- [GKFriendsAuthorizationStatus.authorized](gamekit/gkfriendsauthorizationstatus/authorized.md)
- [GKFriendsAuthorizationStatus.denied](gamekit/gkfriendsauthorizationstatus/denied.md)
- [GKFriendsAuthorizationStatus.notDetermined](gamekit/gkfriendsauthorizationstatus/notdetermined.md)
