Contents

GKPlayerAuthenticationDidChangeNotificationName

A notification that posts after GameKit authenticates the local player.

Declaration

static let GKPlayerAuthenticationDidChangeNotificationName: NSNotification.Name

Discussion

The object property for this notification is a GKLocalPlayer object. Passing nil provides standard Notification Center behavior, which is to receive the notification for any object.

See Also

GameKit