deploy-to-production-android.mo
- Your client admin account on Google Play Console
- You have tested your app's critical features in its production environment
Bump version code and version name in
fastlane/.env.prod
.This will build your app and upload it to the Google Play Console.
bundle exec fastlane android deploy --env=production
- Go to
Release Management/App releases
in the left panel - Click on
Manage Beta
thenCreate release
and upload the APK generated from the build process. This file is located atandroid/app/build/outputs/apk/app-release.apk
- Rollout the beta testing and share the download link to your PO
⚠️ WARNING ⚠️ Once rolled out into production, it is not possible to directly roll back to APKs that have a lower version code. You'll have to bump the version code and rebuild your app, basically telling the Google Play console you have a new version of the app.
If the app's icon or one of its graphics changed, you have to update them separately from the APK:
- On the left panel, go to
Store presence/Store listing
- Upload your new graphics then submit your update
Last modified 5yr ago