dominoApp

Chiva iOS Release Checklist

For Android release steps, see Chiva Android Release Checklist.

One-Time Setup

Local Validation

Run:

npm run typecheck
npm test -- --runInBand
npx expo config --type public
npx expo-doctor

Build

Run:

npx eas-cli login
npx eas-cli build --platform ios --profile production

Submit

Run:

npx eas-cli submit --platform ios --profile production

If EAS Submit is not configured with App Store Connect API credentials, follow the interactive prompts.

TestFlight Smoke Test

App Store Connect