App Management

Creating an App

Navigate to Apps in the dashboard and click Create App. Provide:

  • App Name — Display name for your app
  • Bundle Identifier — e.g., com.yourcompany.yourapp
  • Description (optional) — Brief description of the app

A URL-friendly slug is automatically generated from the bundle identifier.

Uploading Versions

Click Upload Version on an app page. Select your signed IPA file. The system automatically extracts:

  • Version string (e.g., 1.0.0)
  • Build number (e.g., 42)
  • App icon

You can also add release notes for each version.

Managing Versions

Each version shows:

  • Version string and build number
  • IPA file size
  • Upload date
  • Install link for OTA distribution

You can delete old versions to free up storage.

Public App Pages

Each app gets a public page on the apps subdomain where users can view available versions and install them. These pages can be password-protected via your enrollment password in Settings.

CI/CD Integration

Use the REST API to automate uploads from your CI/CD pipeline. Generate an API key in Settings.