Ship your IPA from Xcode Cloud to TestApp.io

Upload the IPA to TestApp.io from Xcode Cloud

This guide provides steps to upload your iOS application’s IPA file to TestApp.io using a post-build script in Xcode Cloud.

Prerequisites

Before you begin, ensure you have the following TestApp.io environment variables:

  • TESTAPPIO_APP_ID
  • TESTAPPIO_API_TOKEN

These values can be found in your TestApp.io portal under App → Integrations → Releases.

:point_right: Full Documentation

Usage

After setting up the script, it will automatically execute in Xcode Cloud’s post-build phase for iOS platform builds, uploading the IPA to TestApp.io.

:point_right: Full Documentation