App Store Connect API 4.4.1 release notes
Update your server-side code to use new features, and test your code against API changes.
Overview
App Store Connect API version 4.4.1 provides resources that enable you to automate actions you take in App Store Connect.
Added
Manage in-app purchase metadata as discrete versions. Use Create an in-app purchase version to create a new version, Read in-app purchase version information to read a version, and List the versions of an in-app purchase to list all versions for an in-app purchase. Each version exposes its own localizations and review screenshot through List localizations for an in-app purchase version and Read the image for an in-app purchase version.
Manage subscription metadata as discrete versions. Use Create a subscription version to create a new version, Read subscription version information to read a version, and List versions for a subscription to list all versions for a subscription. Each version exposes its own localizations and promotional images through List localizations for a subscription version and List images for a subscription version.
Manage subscription group metadata as discrete versions. Use Create a subscription group version to create a new version, Read subscription group version information to read a version, and List the versions of a subscription group to list all versions for a subscription group. Each version exposes its own localizations through List the localizations of a subscription group version.
Submit an in-app purchase version, subscription version, or subscription group version to App Review. Use Create a Review Submission Item with an
inAppPurchaseVersion,subscriptionVersion, orsubscriptionGroupVersionrelationship to add the version to a review submission.Use Create an in-app purchase localization, Modify an in-app purchase localization, and Delete an in-app purchase localization to manage in-app purchase localizations, and Create an in-app purchase image, Modify an in-app purchase image, and Delete an in-app purchase image to manage review screenshots. These v2 endpoints are scoped to an InAppPurchaseVersion.
Use Create a subscription localization, Modify a subscription localization, and Delete a subscription localization to manage subscription localizations, and Create a subscription image, Modify a subscription image, and Delete a subscription image to manage promotional images. These v2 endpoints are scoped to a SubscriptionVersion.
Use Create a subscription group localization, Modify a subscription group localization, and Delete a subscription group localization to manage subscription group localizations, including localized custom app names. These v2 endpoints are scoped to a SubscriptionGroupVersion.
Use List adjusted equalizations for a subscription price point to read the price points that App Store Connect uses to equalize a subscription’s price across territories when the base price point changes. Filter the endpoint with
filter[upfrontPricePointId]andfilter[planType]to identify a specific adjusted equalization.Added the
socialMediaandsocialMediaAgeRestrictedBoolean attributes to AgeRatingDeclaration and AgeRatingDeclarationUpdateRequest, so you can declare whether your app includes social media features and whether those features are age-restricted.
Deprecated
The In-app purchase localizations (v1) resource is deprecated. Use In-App Purchase Localizations instead, which scopes localizations to an InAppPurchaseVersion.
The In-app purchase images (v1) resource is deprecated. Use In-app purchase images instead, which scopes review screenshots to an InAppPurchaseVersion.
The In-App Purchase Submissions resource is deprecated. Use Review submissions instead to submit an in-app purchase version for App Review.
The Subscription localizations (v1) resource is deprecated. Use Subscription Localizations instead, which scopes localizations to a SubscriptionVersion.
The Subscription images (v1) resource is deprecated. Use Subscription images instead, which scopes promotional images to a SubscriptionVersion.
The Subscription group localizations (v1) resource is deprecated. Use Subscription Group Localizations instead, which scopes localizations to a SubscriptionGroupVersion.
The Subscription and Subscription Group Submissions resource is deprecated. Use Review submissions instead to submit a subscription version or subscription group version for App Review.
See Also
Versions
App Store Connect API 4.4 release notesApp Store Connect API 4.3.1 release notesApp Store Connect API 4.3 release notesApp Store Connect API 4.2 release notesApp Store Connect API 4.1 release notesApp Store Connect API 4.0 release notesApp Store Connect API 3.8 release notesApp Store Connect API 3.7 release notesApp Store Connect API 3.6 release notesApp Store Connect API 3.5 release notesApp Store Connect API 3.4 release notesApp Store Connect API 3.3 release notesApp Store Connect API 3.2 release notesApp Store Connect API 3.1 release notesApp Store Connect API 3.0 release notes