Skip to main content

Publish your app

Publishing in Appifex has two steps: connect your cloud accounts (one-time setup), then publish whenever you're ready. You can do both from the Appifex mobile app or the web dashboard.


From the Appifex mobile app

Set up credentials

tip

Watch the full video above (4:46) for a visual walkthrough of credential setup, or follow the written steps below.

Before your first publish, you need to connect your cloud accounts. All credential setup lives under Settings → Deployment Setup.

ProviderWhat it's forRequired for
Apple DeveloperApp Store Connect API accessiOS publishing (TestFlight / App Store)
Expo / EASCloud builds and OTA updatesMobile publishing (iOS and Android)
Cloud provider (Vercel, Railway, or Fly.io)Web and backend hostingWeb and backend publishing
  1. Tap your profile icon to open Settings
  2. Under the Publishing section, tap Deployment Setup
  3. You'll see a checklist showing your credential status (e.g., "1/3 credentials configured"):
    • Apple Developer — App Store Connect API key
    • Expo / EAS — Build service credentials
    • Cloud Backend Provider — Railway, Vercel, or Fly.io

Each row shows a green checkmark when connected, or a blue Set up → link when not. Tap any row to set up that provider.

Apple Developer account

You need an Apple Developer account to publish to TestFlight or the App Store. Appifex connects via an App Store Connect API key.

Prerequisites:

Step 1: From Deployment Setup, tap Apple Developer. You'll see a form for your API key credentials.

Step 2: Create an API key in App Store Connect:

  1. Go to App Store Connect → Users and Access → Integrations → App Store Connect API
  2. Tap the + button to create a new key
  3. Name it (e.g., "Appifex") and set access to Admin
  4. Tap Generate
  5. Download the .p8 file — you can only download it once
  6. Copy the Key ID and Issuer ID shown on the page
warning

The .p8 private key file can only be downloaded once. Save it somewhere safe.

Step 3: Back in the Appifex app, fill in the form:

FieldWhere to find itFormat
Key IDApp Store Connect API keys page8–10 alphanumeric characters
Issuer IDTop of the API keys pageUUID format
Team IDdeveloper.apple.com/account → Membership detailsExactly 10 alphanumeric characters
Private KeyThe .p8 file you downloadedTap Upload .p8 file to select it from your device

Optionally add Team Name and Developer Email for reference.

Step 4: Tap Save. Appifex validates the key format and stores your credentials securely.

Expo / EAS account

Expo's EAS (Expo Application Services) handles cloud builds for both iOS and Android.

Step 1: If you don't have an Expo account, sign up at expo.dev. The free plan works for most projects.

Step 2: Generate an access token:

  1. Go to expo.dev/settings/access-tokens
  2. Tap Create token
  3. Name it (e.g., "Appifex") and select Full access permissions
  4. Tap Create and copy the token — it's only shown once

Step 3: From Deployment Setup, tap Expo / EAS. Paste your token and tap Connect.

Appifex validates the token, detects your Expo username, and links an EAS project to your Appifex project. Once connected, you'll see your Expo owner name and EAS project details.

Cloud provider (Vercel, Railway, or Fly.io)

You need at least one cloud provider to host your web frontend and backend API. Appifex supports three options:

ProviderFree tierToken page
Vercel (recommended)Generous free plan, no credit cardvercel.com/account/tokens
Railway$5 free trial creditrailway.app/account/tokens
Fly.ioFree allowances for small appsfly.io/user/personal_access_tokens

The video above demonstrates setup with Vercel. The process is the same for all three providers.

Step 1: From Deployment Setup, tap Cloud Backend Provider → select your provider (e.g., Vercel).

Step 2: A quick guide appears on first visit, walking you through creating a token on your provider's site. Go to the token page (linked in the table above) and create a new token.

Step 3: Paste your API token and tap Connect. Appifex validates it immediately. The card shows a green Connected badge when successful.

info

Railway and Fly.io have optional fields (project ID, app name, region) that you can configure later. Only the API token is required to get started.


Publish

tip

Watch the full video above for a visual walkthrough of the publish flow, or follow the written steps below.

Publish your backend

Step 1: Open the Appifex app and tap on your project.

Step 2: Tap the (ellipsis) menu in the top-right corner. Select Publish to Production.

Step 3: A bottom sheet appears titled "Publish to production" showing your available platforms and their connected providers (e.g., Backend → Vercel). Tap the Publish button.

Step 4: Watch real-time progress:

  1. Connecting to cloud provider — Appifex connects to your account
  2. Deploying — Your backend is built and deployed

This typically takes under a minute.

Step 5: When deployment completes, you'll see:

  • Published! — "Your app is now live in production"
  • Your production URL (e.g., https://backend-xxxxx.vercel.app)
  • Copy and Open buttons to share or visit your live API

If your project has a mobile component, a Publish Mobile button appears next.

Submit to TestFlight

Step 1: Tap Publish Mobile from the success screen, or tap the menu and select Publish to App Store. Appifex runs a readiness check to verify your Apple Developer and Expo credentials.

Step 2: The Submit to TestFlight form appears with pre-filled values:

FieldDescription
App NameYour app's display name (pre-filled from your project, max 30 characters)
Bundle IDUnique identifier (auto-generated, e.g., com.appifex.yourappname)
VersionApp version, defaults to 1.0.0

Review the values and adjust if needed.

info

The build and submission process takes 15–20 minutes. You can close the app and come back later — Appifex will notify you when it's ready.

Step 3: Tap Start submission. You'll see each stage as it progresses:

  1. Starting — Preparing submission
  2. Checking Credentials — Validating your Apple Developer credentials
  3. Setting Up App Store — Registering your Bundle ID with Apple
  4. Preparing Environment — Setting up the build environment from your GitHub main branch
  5. Building iOS App — Building your iOS app (this is the longest step)
  6. Uploading to TestFlight — Submitting the build to Apple

Step 4 (first time only): Create your app in App Store Connect.

If this is your first submission, Appifex shows a Create App guide with step-by-step instructions and all the values you need to copy:

  1. Tap Open App Store Connect — opens appstoreconnect.apple.com/apps in Safari
  2. Tap the + button → New App
  3. Fill in the details using the values Appifex provides:
    • Platform: iOS
    • Name: Your app name (copy from Appifex)
    • Bundle ID: Select the one matching your project from the dropdown (Appifex already registered it)
    • SKU: Copy from Appifex
    • Primary Language: Select your language (e.g., English (U.S.))
    • User Access: Select Full Access
  4. Tap Create, then switch back to the Appifex app and tap Continue
tip

The Bundle ID dropdown in App Store Connect will show your Appifex-registered bundle IDs. Select the one matching your project.

Step 5: The build continues automatically. You can close the app — the note at the bottom confirms: "You can close this and check back later. We'll notify you when it's ready."

Step 6: When done, you'll see:

Submitted to TestFlight!"Your app has been submitted. It will be available on TestFlight once Apple processes it."

Tap Done to close. Apple typically processes TestFlight builds within a few minutes to an hour.


From the web dashboard

Set up credentials

  1. Open your project in the web dashboard at appifex.ai
  2. Click the Connect tab in the left sidebar
  3. Under Publishing & deployment, you'll see cards for each provider

Apple Developer account:

  1. Find Apple Developer Account and click Set up API key
  2. A setup wizard guides you through four pages:
    • Readiness checks — Confirm your Apple Developer Program membership, signed agreements, and Expo account
    • API key creation — Step-by-step checklist for creating a key in App Store Connect
    • App creation — Enter your App Name and Bundle ID (matching what you created in App Store Connect)
    • Credentials — Enter Key ID, Issuer ID, Team ID, and upload your .p8 Private Key
  3. Click Done to save

Expo / EAS account:

  1. Find Expo / EAS and click Enter access token
  2. Paste your Expo access token (see how to generate one above)
  3. Click Save

Cloud provider:

  1. Find your chosen provider (Vercel, Railway, or Fly.io) under Deployment providers
  2. Click Enter credentials
  3. Paste your API token and click Save

Each provider card links directly to the token creation page on that provider's site.

Publish your backend

  1. Click Publish in the session toolbar
  2. In the Publish modal, check the platforms you want to deploy (Web, Backend, or both)
  3. Select a provider from your connected accounts (or connect one inline)
  4. Click Deploy and watch real-time progress
  5. When complete, your production URLs appear with copy links

After your first publish:

  • The button shows Published when your deployed code is up to date
  • It changes to Re-publish when new code changes are ready to ship

Submit to TestFlight

  1. Go to your project's Settings → Publishing section
  2. Under iOS (TestFlight / App Store), click Submit
  3. Enter your app name, bundle ID, and version
  4. Click Submit — Appifex builds and uploads to App Store Connect
  5. Builds take around 15–20 minutes. You can leave the page — progress saves automatically.

After submission

Testing with TestFlight

Once Apple processes your build:

  1. Open TestFlight on your iPhone
  2. Your new build will appear under your app
  3. Tap Install to test it on your device
  4. Share the TestFlight link with testers

Submitting to the App Store

When you're ready to go live:

  1. Go to App Store Connect
  2. Open your app → select the build
  3. Add screenshots, description, and metadata
  4. Click Add for Review to submit for App Store review

Publishing updates

After your first publish:

  • Backend updates — Tap Publish again to redeploy. Subsequent deploys are faster.
  • Mobile OTA updates — JavaScript/UI changes ship instantly via over-the-air updates without a new TestFlight submission
  • Native changes — Require a new TestFlight submission (Appifex handles this automatically)

Troubleshooting

ProblemSolution
Apple API key validation failsDouble-check Key ID (8–10 chars), Issuer ID (UUID format), and Team ID (exactly 10 chars). Make sure the .p8 file contents are complete.
Expo token not workingEnsure you selected Full access when creating the token. Robot tokens with limited scope won't work.
Deploy fails after connecting providerVerify your token hasn't expired. Go to your provider's token page to check.
"Checking readiness" hangsVerify your Apple Developer and Expo credentials in Deployment Setup (mobile) or the Connect tab (web).
Build fails during "Building iOS App"Check that your code generates and previews successfully before publishing.
TestFlight build not appearingApple processing can take up to an hour. Check App Store Connect for status.

Where to go next

Preview and deployFull reference on preview vs production
Build a mobile appCreate your first iOS/Android app
Adding a backendAdd server-side features to your app