Summary
Configure production build pipeline for app store submissions. Currently, staging builds work but production submissions are blocked pending credential setup.
Required Secrets
iOS (App Store)
Android (Play Store)
Current State
- EAS builds work for
development and preview profiles
production profile builds work but submission is not configured
- Submit jobs removed from `cd.yml` pending credential setup
Immediate Plan
Until credentials are configured:
- Release debug APK to GitHub Releases for testing
- Use Render.com for staging web deployment (automatic via render.yaml)
- Use EAS Update for OTA updates on PR previews
References
Summary
Configure production build pipeline for app store submissions. Currently, staging builds work but production submissions are blocked pending credential setup.
Required Secrets
iOS (App Store)
EXPO_APPLE_APP_SPECIFIC_PASSWORD- App-specific password for Apple accountAndroid (Play Store)
EXPO_ANDROID_SERVICE_ACCOUNT_KEY_PATH- Google Play service account JSON keyCurrent State
developmentandpreviewprofilesproductionprofile builds work but submission is not configuredImmediate Plan
Until credentials are configured:
References