Contents

finishMatchmaking(for:)

Informs the server when programmatic matchmaking finishes.

Declaration

func finishMatchmaking(for match: GKMatch)

Parameters

  • match:

    The match that you are ready to start.

Mentioned in

Discussion

If you need to call the addPlayers(to:matchRequest:completionHandler:) method to fill the slots in an existing match, call the finishMatchmaking(for:) method when you have enough players and before you begin the match.

See Also

Matching players