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

# App Store Connect API 3.2 release notes

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

## Discussion

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

### New Features

- visionOS is now available in multiple endpoints. App Store Connect API now supports `APP_APPLE_VISION_PRO` for [`ScreenshotDisplayType`](/documentation/AppStoreConnectAPI/ScreenshotDisplayType), and `APPLE_VISION_PRO` for [`PreviewType`](/documentation/AppStoreConnectAPI/PreviewType).
- A new `Installs` report type is available with four subtypes: `SUMMARY_INSTALL_TYPE, SUMMARY_TERRITORY, SUMMARY_CHANNEL,` and `DETAILED.` For more information see [`Download sales and trends reports`](/documentation/AppStoreConnectAPI/GET-v1-salesReports).
- You can now add achievements and leaderboard entries with [`Add a Player's Score`](/documentation/AppStoreConnectAPI/POST-v1-gameCenterPlayerAchievementSubmissions) and  [`Add a Score to a Leaderbaord`](/documentation/AppStoreConnectAPI/POST-v1-gameCenterLeaderboardEntrySubmissions).
- [`GameCenterMatchmakingQueue`](/documentation/AppStoreConnectAPI/GameCenterMatchmakingQueue) now supports backwards compatibility with the addition of a new attribute `classicMatchmakingBundleIds`.
- You can now download Xcode Cloud `Notarized and Stapled App` artifacts through the Public API. For more information, see [`CiArtifact.Attributes`](/documentation/AppStoreConnectAPI/CiArtifact/Attributes-data.dictionary).
- The attribute `baseTerritory` is now required when creating an In App Purchase. For more information, see [`InAppPurchasePriceScheduleCreateRequest`](/documentation/AppStoreConnectAPI/InAppPurchasePriceScheduleCreateRequest).

### Deprecations

- The enum `availableInAllTerritories` is no longer available for pricing related endpoints. For more information, see [`InAppPurchasePriceScheduleCreateRequest`](/documentation/AppStoreConnectAPI/InAppPurchasePriceScheduleCreateRequest).
- The player attribute is now removed from [`GameCenterLeaderboardEntrySubmissionCreateRequest.Data.Attributes`](/documentation/AppStoreConnectAPI/GameCenterLeaderboardEntrySubmissionCreateRequest/Data-data.dictionary/Attributes-data.dictionary).
- The `notarizations` value type is now removed from [`CiActionType`](/documentation/AppStoreConnectAPI/CiActionType).

---

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)