<!--
{
  "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

[`List All Icons for a Build`](/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)

The data structure that represents the Build Icons resource.

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

A response that contains a list of Build Icon resources.

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

[`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)
