Skip to main content

Deploy to App Stores

note

This feature is only available on our Standard or Enterprise plans. Please contact us to enable this feature.

Authentication

The Ionic Cloud CLI has to be authenticated on Appflow to be able to trigger a deploy to app store.

To log in, create a Personal Access Token on the Appflow Dashboard.

then type:

$ export IONIC_TOKEN=<your personal access token>

Deploy a build to an app store

$ ionic-cloud deploy <ios|android> --app-id=<APPFLOW APP ID> --build-id=<BUILD ID FROM APPFLOW> --destination=<name>

Customize the app store deploy

  • --destination=<name> For an iOS build it must be an Apple App store destination and for an Android build it must be a Google Play Store destination. The destination name is case-sensitive and must use quotes if there are spaces. You can find the destination name in Appflow under Destinations.

Appflow Destination

Contact Us