App Store Connect
Automate App Store Connect submissions, manage builds, and generate AI-powered release notes
Overview
This node integrates with App Store Connect to automate tasks related to app management and submission. Specifically, the 'Get Builds' operation retrieves a list of available app builds from App Store Connect. This is useful for developers or release managers who want to programmatically access build information for further processing, such as selecting builds for submission or analysis.
Use Case Examples
- Retrieve the latest 10 builds of an app to display in a dashboard.
- Fetch builds to automate the selection of a build for submission to App Review.
Properties
| Name | Meaning |
|---|---|
| Limit | Maximum number of builds to return in the response |
Output
JSON
builds- Array of build objects retrieved from App Store Connect, each containing details about an individual build
Dependencies
- Requires an API key credential for App Store Connect to authenticate requests.
Troubleshooting
- Common issues include authentication failures due to invalid or expired API credentials. Ensure the API key credential is correctly configured.
- If the node returns an empty list, verify that there are builds available in the App Store Connect account and that the API user has the necessary permissions.
- Errors related to rate limiting may occur if too many requests are made in a short period; implement retry logic or reduce request frequency.
Links
- App Store Connect API Documentation - Official documentation for the App Store Connect API used by this node.