<!--
{
  "documentType" : "article",
  "framework" : "AppStoreConnectAPI",
  "identifier" : "/documentation/AppStoreConnectAPI/app-store-connect-api-2-0-release-notes",
  "metadataVersion" : "0.1.0",
  "role" : "article",
  "title" : "App Store Connect API 2.0 release notes"
}
-->

# App Store Connect API 2.0 release notes

Update your server-side code to use new features, and test your code against API changes.

## Discussion

App Store Connect API version 2.0 provides resources that enable you to automate actions you take in App Store Connect.

### New features

- Added support for creating, managing, and submitting for review your in-app purchases and auto-renewable subscriptions, using the resources now available in the [In-App Purchase](/documentation/AppStoreConnectAPI/in-app-purchase) and [Auto-Renewable Subscriptions](/documentation/AppStoreConnectAPI/auto-renewable-subscriptions) collections. The [Promoted Purchases](/documentation/AppStoreConnectAPI/promoted-purchases) resources can now manage promoted in-app purchases and auto-renewable subscriptions, including their visibility and images. The resources in the [In-App Purchase and Subscription App Store Review Submissions](/documentation/AppStoreConnectAPI/in-app-purchase-and-subscription-app-store-review-submissions) collection manage submissions for review.
- The [Customer Reviews](/documentation/AppStoreConnectAPI/customer-reviews) and [Customer Review Responses](/documentation/AppStoreConnectAPI/customer-review-responses) resources support retrieving customer reviews for your app that appear on the App Store, and managing your responses to the customer reviews.
- [Power and Performance Metrics and Logs](/documentation/AppStoreConnectAPI/power-and-performance-metrics-and-logs) adds a new `HANGS` diagnostic type filter for [`List all diagnostic signatures for a build`](/documentation/AppStoreConnectAPI/GET-v1-builds-_id_-diagnosticSignatures), updates the schema for responses in [`xcodeMetrics`](/documentation/AppStoreConnectAPI/xcodeMetrics), and adds support for long-lived tokens as described in [Generating Tokens for API Requests](/documentation/AppStoreConnectAPI/generating-tokens-for-api-requests).

### Deprecations

- The [`List all in-app purchases for an app v1`](/documentation/AppStoreConnectAPI/GET-v1-apps-_id_-inAppPurchases) endpoint is now deprecated and replaced with the [`List all in-app purchases for an app`](/documentation/AppStoreConnectAPI/GET-v1-apps-_id_-inAppPurchasesV2) endpoint.

### Removals

- App Store Connect APIs for declaring IDFA usage are now removed. In your app, APIs that offer IDFA functionality are still available but require obtaining the user’s permission using <doc://com.apple.documentation/documentation/AppTrackingTransparency>. You may also need to provide information about IDFA usage in your app’s privacy details on the App Store. For more information, see [User Privacy and Data Use](https://developer.apple.com/app-store/user-privacy-and-data-use/) and [App Privacy Details](https://developer.apple.com/app-store/app-privacy-details/).

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)