You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
App release management could be pain in the ass. There are multiple approaches how to make release management smoother and more reliable - Fastlane is a great option https://fastlane.tools/
[Android]
setup build signing for both development and production builds
setup build creation for different workflows (development build, Play Store Beta, Play Store Production)
[iOS]
manage signing - each type of build requires different signing and different certificates - best practice is to store certificates in GH repo, introduce fastlane mechanism for fetching of the certificates and its regeneration
setup build creation for different workflows (development build, Play Store Beta, Play Store Production)
The text was updated successfully, but these errors were encountered:
App release management could be pain in the ass. There are multiple approaches how to make release management smoother and more reliable - Fastlane is a great option https://fastlane.tools/
[Android]
[iOS]
The text was updated successfully, but these errors were encountered: