Skip to main content

Account Setup

Learn how to set up an AppsOnAir CodePush account, create a workspace, add an app, and generate deployments for seamless over-the-air (OTA) updates.


1. Sign In to AppsOnAir

  1. Visit the AppsOnAir Portal.
  2. Sign In using your credentials.

2. Create a Workspace

A workspace is a dedicated space where you manage your apps and deployments.

  1. After logging in, go to the Workspaces section.
  2. Click Create Workspace and enter a name for your workspace.
  3. Once created, open the workspace to add apps.

3. Add an App

Each app in AppsOnAir represents a mobile application that will receive OTA updates.

  1. Inside your workspace, navigate to the Apps section.
  2. Click Create App and enter App Name.
  3. Click Create to finalize your app setup.

4. Authenticate CodePush Account

To enable CodePush in AppsOnAir, you need to authenticate using a JWT-based method. This ensures secure access to the service without requiring external account linking. Authentication is a one-time process per workspace. Click the Authenticate button to proceed.

Authenticate CodePush Account

5. Generate Deployments

To enable CodePush for your app, you need to generate deployments for Android and iOS.

  1. In the CodePush section of your app, click Generate Deployments.

    Generate CodePush Deployment
  2. This will create:

    • A deployment for Android

      CodePush Android Configuration
    • A deployment for iOS

      CodePush iOS Configuration
  3. Each deployment will provide:

    • CodePushDeploymentKey (Unique key for each deployment)
    • CodePushServerUrl (The server URL for update distribution)

These details are essential for integrating CodePush into your app. Ensure you save them for future reference.