git clone https://github.com/commaai/connect.git
cd connect
bundle install
yarn
yarn start
cd ios && bundle exec pod install
cd ..
yarn ios
oryarn ios-device
yarn android
- place
release.keystore
file inandroid/app/
KEYSTORE_PASSWORD=*** KEY_PASSWORD=*** bundle exec fastlane android internal_beta
- visit play store releases dashboard to finalize release (only if gradle versionName changes)
bundle exec fastlane ios beta
- beta builds can be released to production in the store dashboards