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

# GKFriendsAuthorizationStatus.denied

Access to the player’s friends’ data denied.

## Declaration

```swift
case denied
```

## Mentioned in

Connecting players with their friends in your game

## Discussion

Discussion The local player can deny access to the friends list by disabling friends in the Game Center settings.

## See Also

### Authorization Statuses

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