Contents

GKSavedGameListener

A protocol that handles events related to saving game data.

Declaration

protocol GKSavedGameListener : NSObjectProtocol

Overview

Implement the methods in the this protocol to manage conflicts or track changes when saving game data.

Adopt the GKLocalPlayerListener protocol to listen for and handle a variety of Game Center events for player accounts instead of the individual GKChallengeListener, GKInviteEventListener, GKSavedGameListener, and GKTurnBasedEventListener protocols.

Topics

Handling Saved Game Conflicts

Handling Saved Game Changes

See Also

Saving Game Data