- Credentials are stored on EAS servers.
- Run
yarn android:build:productionto build the .aab file. - Run
eas submitto submit the file to Google Play Console. - Log in to Google Play Console and publish a new release, selecting the file that was submitted via EAS.
- Run
yarn ios:build:production. - Run
eas submitto submit the file to App Store Connect.