Contents

Create an App Store Version

Add a new App Store version or platform to an app.

URL

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

Response Codes

StatusReasonTypeDescription
201Created
Content-Type: application/json
AppStoreVersionResponse

400Bad Request
Content-Type: application/json
ErrorResponse

An error occurred with your request.

401Unauthorized
Content-Type: application/json
ErrorResponse

403Forbidden
Content-Type: application/json
ErrorResponse

Request not authorized.

409Conflict
Content-Type: application/json
ErrorResponse

The provided resource data is not valid.

422
Content-Type: application/json
ErrorResponse

429
Content-Type: application/json
ErrorResponse

Discussion

Use this endpoint to add a new version of an app. The new version can be an incremental update of an existing app for a particular platform, or it can be the first version on a new platform for the app.

Add a New Version of an iOS App

HTTP Body

See Also

Creating and Modifying App Store Versions