Platforms to show: All Mac Windows Linux Cross-Platform

Back to GameKitMBS class.

Next items

GameKitMBS.GKErrorAuthenticationInProgress = 7

Type Topic Plugin Version
const GameKit MBS MacFrameworks Plugin 12.3
One of the GameKit error constants.

The local player is currently authenticating.

GameKitMBS.GKErrorCancelled = 2

Type Topic Plugin Version
const GameKit MBS MacFrameworks Plugin 12.3
One of the GameKit error constants.

The requested operation was canceled.

GameKitMBS.GKErrorChallengeInvalid = 19

Type Topic Plugin Version
const GameKit MBS MacFrameworks Plugin 13.0
One of the GameKit error constants.

The challenge was invalid.
Available on Mac OS X 10.8.2 and newer.

GameKitMBS.GKErrorCommunicationsFailure = 3

Type Topic Plugin Version
const GameKit MBS MacFrameworks Plugin 12.3
One of the GameKit error constants.

An error occurred when communicating with Game Center.

GameKitMBS.GKErrorGameUnrecognized = 15

Type Topic Plugin Version
const GameKit MBS MacFrameworks Plugin 12.3
One of the GameKit error constants.

nGame Center does not recognize the application that made the request. Make sure the bundle identifier is set properly for the application.one

GameKitMBS.GKErrorInvalidCredentials = 5

Type Topic Plugin Version
const GameKit MBS MacFrameworks Plugin 12.3
One of the GameKit error constants.

The operation failed because the player's user name or password or both are incorrect.

GameKitMBS.GKErrorInvalidParameter = 17

Type Topic Plugin Version
const GameKit MBS MacFrameworks Plugin 12.3
One of the GameKit error constants.

One or more of the parameters was incorrect.
For example, this error code may be returned if your application attempts to post a score and provides a category string that does not match a category you configured for your leaderboards on iTunes Connect.

GameKitMBS.GKErrorInvalidPlayer = 8

Type Topic Plugin Version
const GameKit MBS MacFrameworks Plugin 12.3
One of the GameKit error constants.

A player object or identifier is invalid.

GameKitMBS.GKErrorMatchRequestInvalid = 13

Type Topic Plugin Version
const GameKit MBS MacFrameworks Plugin 12.3
One of the GameKit error constants.

The match request's properties are impossible to fulfill. For example, the minimum number of players cannot be larger than the maximum number of players.

GameKitMBS.GKErrorNotAuthenticated = 6

Type Topic Plugin Version
const GameKit MBS MacFrameworks Plugin 12.3
One of the GameKit error constants.

The local player has not been authenticated.

GameKitMBS.GKErrorNotSupported = 16

Type Topic Plugin Version
const GameKit MBS MacFrameworks Plugin 12.3
One of the GameKit error constants.

The device does not support Game Center.

GameKitMBS.GKErrorOffline = 25

Type Topic Plugin Version
const GameKit MBS MacFrameworks Plugin 12.3
One of the GameKit error constants.

The user went offline.
In Mac OS X 10.8.2 and newer this constant has value 25. In older versions it has value 19.

GameKitMBS.GKErrorParentalControlsBlocked = 10

Type Topic Plugin Version
const GameKit MBS MacFrameworks Plugin 12.3
One of the GameKit error constants.

The feature has been blocked by the user.

GameKitMBS.GKErrorScoreNotSet = 9

Type Topic Plugin Version
const GameKit MBS MacFrameworks Plugin 12.3
One of the GameKit error constants.

A score value was not set before attempting to post the score.

GameKitMBS.GKErrorTurnBasedInvalidParticipant = 22

Type Topic Plugin Version
const GameKit MBS MacFrameworks Plugin 13.0
One of the GameKit error constants.

One of the participant objects you provided was invalid.
Available on Mac OS X 10.8.2 and newer.

GameKitMBS.GKErrorTurnBasedInvalidState = 24

Type Topic Plugin Version
const GameKit MBS MacFrameworks Plugin 13.0
One of the GameKit error constants.

The requested operation could not be completed because the session is in an invalid state.
Available on Mac OS X 10.8.2 and newer.

GameKitMBS.GKErrorTurnBasedInvalidTurn = 23

Type Topic Plugin Version
const GameKit MBS MacFrameworks Plugin 13.0
One of the GameKit error constants.

The requested operation could not be completed because the specified participant does not have the required turn state.
Available on Mac OS X 10.8.2 and newer.

GameKitMBS.GKErrorTurnBasedMatchDataTooLarge = 20

Type Topic Plugin Version
const GameKit MBS MacFrameworks Plugin 13.0
One of the GameKit error constants.

Your game submitted data that exceeded the maximum size that Game Center permits for a turn-based game.
Available on Mac OS X 10.8.2 and newer.

GameKitMBS.GKErrorTurnBasedTooManySessions = 21

Type Topic Plugin Version
const GameKit MBS MacFrameworks Plugin 13.0
One of the GameKit error constants.

The requested operation could not be completed because it would exceed the maximum number of sessions.
Available on Mac OS X 10.8.2 and newer.

GameKitMBS.GKErrorUnderage = 14

Type Topic Plugin Version
const GameKit MBS MacFrameworks Plugin 12.3
One of the GameKit error constants.

The feature is disabled because the local player is underage.

GameKitMBS.GKErrorUnexpectedConnection = 18

Type Topic Plugin Version
const GameKit MBS MacFrameworks Plugin 12.3
One of the GameKit error constants.

An unexpected player has connected to a match.

GameKitMBS.GKErrorUnknown = 1

Type Topic Plugin Version
const GameKit MBS MacFrameworks Plugin 12.3
One of the GameKit error constants.

An unexpected error occurred.

GameKitMBS.GKErrorUserDenied = 4

Type Topic Plugin Version
const GameKit MBS MacFrameworks Plugin 12.3
One of the GameKit error constants.

The operation was denied by the user.

GameKitMBS.GKInviteeResponseAccepted = 0

Type Topic Plugin Version
const GameKit MBS MacFrameworks Plugin 13.0
One of the possible responses from an invitation to a remote player.

The player accepted the invitation.
Available on Mac OS X 10.8.2 and newer.

GameKitMBS.GKInviteeResponseDeclined = 1

Type Topic Plugin Version
const GameKit MBS MacFrameworks Plugin 13.0
One of the possible responses from an invitation to a remote player.

The player rejected the invitation.
Available on Mac OS X 10.8.2 and newer.

GameKitMBS.GKInviteeResponseFailed = 2

Type Topic Plugin Version
const GameKit MBS MacFrameworks Plugin 13.0
One of the possible responses from an invitation to a remote player.

The invitation was unable to be delivered.
Available on Mac OS X 10.8.2 and newer.

GameKitMBS.GKInviteeResponseIncompatible = 3

Type Topic Plugin Version
const GameKit MBS MacFrameworks Plugin 13.0
One of the possible responses from an invitation to a remote player.

The invitee is not running a compatible version of your game.
Available on Mac OS X 10.8.2 and newer.

GameKitMBS.GKInviteeResponseNoAnswer = 5

Type Topic Plugin Version
const GameKit MBS MacFrameworks Plugin 13.0
One of the possible responses from an invitation to a remote player.

The invitation timed out without an answer.
Available on Mac OS X 10.8.2 and newer.

GameKitMBS.GKInviteeResponseUnableToConnect = 4

Type Topic Plugin Version
const GameKit MBS MacFrameworks Plugin 13.0
One of the possible responses from an invitation to a remote player.

The invitee could not be contacted.
Available on Mac OS X 10.8.2 and newer.

Next items

The items on this page are in the following plugins: MBS MacFrameworks Plugin.


💬 Ask a question or report a problem
The biggest plugin in space...