Contents

GKFriendsAuthorizationStatus.authorized

The player authorized your game to access their list of friends.

Declaration

case authorized

Mentioned in

Discussion

If the loadFriendsAuthorizationStatus(_:) method returns GKFriendsAuthorizationStatus.authorized, the loadFriends(identifiedBy:completionHandler:) method passes the friends list to the completion handler.

See Also

Authorization Statuses