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
- App Identity: Set your app name, bundle ID, and package name
- Branding: Upload your app icon and choose a primary color
- Permissions: Select all required device permissions
- Privacy: Configure privacy policy, terms, and support contact
- 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:
- Review the generated project structure
- Add your app-specific code and assets
- Test on physical devices or simulators
- Follow the store submission checklist
- Submit to both app stores