Contents

handleTurnEvent(for:)

Sent to the delegate when it is the local player’s turn to act in a turn-based match.

Declaration

optional func handleTurnEvent(for match: GKTurnBasedMatch)

Parameters

  • match:

    A match object containing the current state of the match.

Discussion

When your delegate receives this message, the player has accepted a push notification for a match already in progress. Your game should end whatever task it was performing and switch to the match information provided by the match object.

See Also

Receiving Turn-based Events