Contents

Add a player's score

Add a new entry for a player’s score for a Game Center achievement.

URL

POST https://api.appstoreconnect.apple.com/v1/gameCenterPlayerAchievementSubmissions

Response Codes

StatusReasonTypeDescription
201Created
Content-Type: application/json
GameCenterPlayerAchievementSubmissionResponse

400Bad Request
Content-Type: application/json
ErrorResponse

401Unauthorized
Content-Type: application/json
ErrorResponse

403Forbidden
Content-Type: application/json
ErrorResponse

409Conflict
Content-Type: application/json
ErrorResponse

422
Content-Type: application/json
ErrorResponse

429
Content-Type: application/json
ErrorResponse

Mentioned in

Discussion

Use the preReleased attribute to indicate whether the requested change applies to the game’s release version or its prerelease version. Set preReleased to true to indicate that the change applies to the game’s prerelease version.

Example Request and Response

HTTP Body