The saved game data.
SDKs
- iOS 8.0+
- macOS 10.10+
- Mac Catalyst 13.0+
Framework
- Game
Kit
Declaration
@interface GKSavedGame : NSObject
Overview
Each GKSaved
object contains the following information about a saved game: the name of the device that created the saved game file, the date the saved game file was modified, and the name of the saved game file. Saved game files are manipulated through the local player using one or more of the following methods:
After retrieving saved game information, use the load
method to load the data into your app.