Create a Game Center achievement
create_game_center_achievementCreates a Game Center achievement, generates its initial version, and returns the version ID for adding localizations.
Instructions
Create a new Game Center achievement. This also creates the initial achievement version required by the API, and returns that version's ID so you can immediately add localizations with create_game_center_achievement_localization.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| points | Yes | Points awarded (all achievements for an app must sum to <= 1000) | |
| repeatable | Yes | Whether the achievement can be earned more than once | |
| referenceName | Yes | Internal reference name shown only in App Store Connect | |
| showBeforeEarned | Yes | Whether players can see the achievement before earning it | |
| vendorIdentifier | Yes | Unique identifier used by your game's code to report progress | |
| gameCenterDetailId | Yes | From get_game_center_detail |