- Change Android versionCode and versionName for Android apps.
- Set Xcode Project Build Number for iOS apps.
always returns 11 is there a way to automatically increment this value.
always returns 11 is there a way to automatically increment this value.
Bitrise does have a variable exposing build number. You can use ENV[‘BITRISE_BUILD_NUMBER’].
Is there a way to get the incremented version because my workflow is:
Not completely sure if we can increment the version number from bitrise, Maybe this can help
“{app_version} + {build_number}”, so basically you need to embed the bitrise build number to app version from the list.
Can refer this as well : How to set up a CI for multiple iOS and tvOS Apps using Fastlane and Bitrise | Bitrise
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.