Announcing Capawesome Cloud Native Builds
We are excited to introduce Capawesome Cloud Native Builds, a new feature that allows you to build your Capacitor apps directly in the cloud without the need for local development environments.
Stop juggling App Store Connect, Google Play Console, and Fastlane configuations. One dashboard, two stores, zero complexity. Just connect, configure once, and publish anytime.Publish to TestFlight, App Store, and Google Play from one simple dashboard.
📦238 App Submissions processed last month
More than 3,000 teams build with Capawesome
Set up automated publishing and streamline your release process
Connect your repository to Capawesome Cloud and enable automatic builds with Native Builds for a complete CI/CD pipeline.
Get startedSet up your App Store Connect and Google Play Console credentials. Configure which tracks and destinations to publish to.
Read the docsPublish with a single click or automatically after successful builds. Your apps are submitted to TestFlight and store tracks instantly.
Read the docsStreamline your app store submission process with powerful automation
Publish your apps to TestFlight, Apple App Store, and Google Play Store with a single click. No manual uploads required.
Works perfectly with Native Builds to create a complete CI/CD pipeline from code to store automatically.
Support for TestFlight, Apple App Store, and multiple Google Play tracks (Internal, Alpha, Beta, Production) all from one platform.
Store App Store Connect and Google Play Console credentials securely with encryption. Never exposed in logs or build outputs.
Publish both iOS and Android apps from the same platform. Manage all your app store submissions in one place.
Use our CLI tool to automate publishing from your CI/CD pipeline or trigger submissions programmatically via our API.
Publish to all major app stores from one platform
Fully automate your app store publishing process using your existing CI/CD pipelines.
name: Deploy to Stores
on:
push:
tags:
- 'v*'
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build app
id: build
run: |
BUILD_ID=$(npx @capawesome/cli apps:builds:create \
--app-id ${{ secrets.CAPAWESOME_CLOUD_APP_ID }} \
--git-ref main \
--platform android \
--json | jq -r '.id')
echo "build_id=$BUILD_ID" >> $GITHUB_OUTPUT
env:
CAPAWESOME_CLOUD_TOKEN: ${{ secrets.CAPAWESOME_CLOUD_TOKEN }}
- name: Deploy to Google Play Store
run: |
npx @capawesome/cli apps:deployments:create \
--app-id ${{ secrets.CAPAWESOME_CLOUD_APP_ID }} \
--build-id ${{ steps.build.outputs.build_id }} \
--destination play-store
env:
CAPAWESOME_CLOUD_TOKEN: ${{ secrets.CAPAWESOME_CLOUD_TOKEN }}
Publishing performance across all platforms
Our customers love Capawesome Cloud - find out why
We are excited to introduce Capawesome Cloud Native Builds, a new feature that allows you to build your Capacitor apps directly in the cloud without the need for local development environments.
Learn how to configure Capawesome Cloud for seamless publishing to the Apple App Store, including setting up your certificates, provisioning profiles, and app metadata.
This guide walks you through the steps to set up Capawesome Cloud for publishing your Android apps to the Google Play Store, including managing your keystore and app listings.
We support publishing to Apple App Store (including TestFlight) and Google Play Store. For iOS, builds are automatically uploaded to TestFlight for testing. For Android, you can publish to Internal, Alpha, Beta, and Production tracks.
For Apple App Store, you need an App Store Connect API key with appropriate permissions. For Google Play Store, you need a service account JSON key with publishing permissions. All credentials are stored securely and encrypted.
Yes! For Google Play, you can configure multiple destinations for different tracks (Internal, Alpha, Beta, Production). For iOS, builds are automatically uploaded to TestFlight and can be promoted to App Store.
You will receive detailed error messages explaining why the submission failed. Common issues include invalid credentials, missing metadata, or store policy violations. Our support team is available to help you resolve any publishing issues.
Set up automated app store publishing in minutes. Connect your store accounts and start publishing to TestFlight, Apple App Store, and Google Play with one click. Choose a plan that fits your needs.
Questions? Join our Discord or contact us .
Speed up your entire app delivery pipeline. Cloud builds in minutes, automated store submissions, and instant updates to live apps. No waiting, no delays—just ship.