Back to Mobile Release

Mobile Release Documentation

Getting Started

This guide will walk you through the process of building and releasing your mobile app to the Apple App Store and Google Play Store.

Prerequisites

  • Apple Developer Account (for iOS releases)
  • Google Play Developer Account (for Android releases)
  • Expo Account (for building mobile apps)
  • Valid certificates and provisioning profiles
  • Icons and app metadata prepared

Configuration Steps

  1. App Identity: Set your app name, bundle ID, and package name
  2. Branding: Upload your app icon and choose a primary color
  3. Permissions: Select all required device permissions
  4. Privacy: Configure privacy policy, terms, and support contact
  5. Review: Verify all settings before generation

Building Your App

Once you've configured your app using the form above, click "Generate Mobile App" to:

  • Create an Expo project with your configuration
  • Generate proper Android and iOS manifests
  • Set up permissions and metadata
  • Prepare your app for store submission

Next Steps

After generation, you'll need to:

  1. Review the generated project structure
  2. Add your app-specific code and assets
  3. Test on physical devices or simulators
  4. Follow the store submission checklist
  5. Submit to both app stores

📚 Additional Resources