Learn all about Xcode Cloud with these posts

Automate your workflow from idea to production using Apple's CI/CD platform.

New!
Automating app releases for multiple platforms with Xcode Cloud

A peek into a real-world example of a release workflow using Xcode Cloud to build and distribute an app with an iOS and a visionOS target.

Xcode Cloud: Generating and translating TestFlight test notes automatically

How to leverage new Xcode Cloud features and AI-backed APIs to automatically generate test notes for multiple locales.

Scheduling app releases with Xcode Cloud

How to use the Xcode Cloud start condition to run a weekly workflow that distributes your app to TestFlight for external testing and the App Store.

Deploying beta versions of your app to TestFlight and AppCenter using Xcode Cloud

How to create an Xcode Cloud workflow which archives an application on every push to main and distributes the artefact to TestFlight and AppCenter.

Collecting Xcode Cloud metrics using webhooks

Learn how to use webhooks to collect metrics from Xcode Cloud builds

GitHub webhooks 🤝 Xcode Cloud

How to use GitHub webhooks to trigger Xcode Cloud builds by writing a comment on a pull request.

Using App Store Connect API to trigger Xcode Cloud workflows

Learn how to trigger Xcode Cloud workflow runs using the App Store Connect API.

Xcode Cloud scripts: Fastlane and Cocoapods

Learning how to install and use third-party tools in Xcode Cloud through ci scripts.