🚀  Native Builds are now available! Learn more
App Store Publishing

Publish to app stores
with one click

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

How it works

Get started in 3 simple steps

Set up automated publishing and streamline your release process

1. Connect your Git repository

Connect your repository to Capawesome Cloud and enable automatic builds with Native Builds for a complete CI/CD pipeline.

Get started
2. Configure the app stores

Set up your App Store Connect and Google Play Console credentials. Configure which tracks and destinations to publish to.

Read the docs
3. Start publishing your app

Publish with a single click or automatically after successful builds. Your apps are submitted to TestFlight and store tracks instantly.

Read the docs

Key Features

Everything you need to publish apps

Streamline your app store submission process with powerful automation

One-Click Publishing

Publish your apps to TestFlight, Apple App Store, and Google Play Store with a single click. No manual uploads required.

Seamless Integration

Works perfectly with Native Builds to create a complete CI/CD pipeline from code to store automatically.

Multiple Store Destinations

Support for TestFlight, Apple App Store, and multiple Google Play tracks (Internal, Alpha, Beta, Production) all from one platform.

Secure Credential Storage

Store App Store Connect and Google Play Console credentials securely with encryption. Never exposed in logs or build outputs.

Multi-Platform Support

Publish both iOS and Android apps from the same platform. Manage all your app store submissions in one place.

CLI Tool for Automated Publishing

Use our CLI tool to automate publishing from your CI/CD pipeline or trigger submissions programmatically via our API.

Store Destinations

Support for all major platforms

Publish to all major app stores from one platform

Apple App Store

  • Automatic TestFlight upload
  • App Store submission
  • App Store Connect API integration
  • Beta testing groups management

Google Play Store

  • Internal testing track
  • Alpha and Beta tracks
  • Production releases
  • Staged rollouts support

Automation

Automate your deployment pipeline

Fully automate your app store publishing process using your existing CI/CD pipelines.

.github/workflows/deploy.yml
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 Stats

Trusted by developers worldwide

Publishing performance across all platforms

0+
App Store updates deployedsince launch
3
App Stores supportedAndroid and iOS
0m 0s
Average deployment timeto app stores
Last updated just now

Succes Stories

See what our customers say

Our customers love Capawesome Cloud - find out why

Blog

Latest from our blog

Product UpdateNovember 17, 2025

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.

Robin Genz
Robin GenzMaintainer
Read more
DevelopmentNovember 10, 2025

Setup Apple App Store Publishing with Capawesome Cloud

Learn how to configure Capawesome Cloud for seamless publishing to the Apple App Store, including setting up your certificates, provisioning profiles, and app metadata.

Robin Genz
Robin GenzMaintainer
Read more
DevelopmentNovember 10, 2025

Setup Google Play Store Publishing with Capawesome Cloud

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.

Robin Genz
Robin GenzMaintainer
Read more

Frequently asked questions

Do you have questions about App Store Publishing? We have answered the most frequently asked questions for you here - if your question is not included, don't hesitate to contact us by Email or via Discord.

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.

Absolutely! You can trigger publishing using our CLI tool or API. When combined with Native Builds, you can set up fully automated deployments from code push to store publication.

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.

Ready to automate your publishing?

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.