auto increment buildNumber

Is it possible to auto increment the buildnumber on each new build?
I can’t find that option in the docs.
First i didn’t add buildNumber to my app. After Testflight said on my second build that buildNumber 1 already exists, I would like to auto increment that buildNumber so I don’t have to do anything.

If you use Jenkins, Travis or simliar you can use CI-buildnumber as versioncode/buildnumber. But ofcourse you have to update it as part of the build.

1 Like

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.