Called when a player wants to start a game with the intention of completing a challenge.
SDKs
- iOS 7.0+
- macOS 10.10+
- Mac Catalyst 13.0+
- tvOS 9.0+
Framework
- Game
Kit
Declaration
- (void)player:(GKPlayer *)player wantsToPlayChallenge:(GKChallenge *)challenge;
Parameters
player
The player who selected the challenge.
challenge
The challenge to be played by the player.