Skip to main content

Mobile Deployment

Overview

Deploy mobile apps to app stores and manage releases.

App Store (iOS)

Requirements

  • Apple Developer Account
  • Xcode
  • App Store Connect access

Build

eas build --platform ios

Submit

eas submit --platform ios

Google Play (Android)

Requirements

  • Google Play Console account
  • Android keystore

Build

eas build --platform android

Submit

eas submit --platform android

Over-the-Air Updates

Use Expo OTA updates for instant fixes:

eas update --branch production

Release Process

  1. Test thoroughly
  2. Update version numbers
  3. Build for both platforms
  4. Submit to app stores
  5. Monitor for issues