<!--
{
  "documentType" : "article",
  "framework" : "AppStoreConnectAPI",
  "identifier" : "/documentation/AppStoreConnectAPI/build-icons",
  "metadataVersion" : "0.1.0",
  "role" : "collectionGroup",
  "title" : "Build Icons"
}
-->

# Build Icons

Get icons from your app’s binary that are uploaded to App Store.

## Discussion

Use `buildIcons` to identify which icons were uploaded to App Store Connect inside your app’s binary. This is a read-only resource. For a list of supported icon asset types, see [`IconAssetType`](/documentation/AppStoreConnectAPI/IconAssetType).

## Topics

### Getting Metadata and Downloading Icons

[`GET /v1/builds/{id}/icons`](/documentation/AppStoreConnectAPI/GET-v1-builds-_id_-icons)

List all the icons for various platforms delivered with a build.

### Objects and types

[`BuildIcon`](/documentation/AppStoreConnectAPI/BuildIcon)

A PNG icon image extracted from a build, used for display in App Store Connect and TestFlight.

[`BuildIconsResponse`](/documentation/AppStoreConnectAPI/BuildIconsResponse)

A response containing a list of icon images for a build.

[`BuildIconsWithoutIncludesResponse`](/documentation/AppStoreConnectAPI/BuildIconsWithoutIncludesResponse)

A response containing a list of build icons, without related resources.

[`ImageAsset`](/documentation/AppStoreConnectAPI/ImageAsset)

An image asset, including its height, width, and template URL.

[`IconAssetType`](/documentation/AppStoreConnectAPI/IconAssetType)

String that represents the type of icon contained in the build.



---

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)