Skip to main content
ratfury
Participant
October 8, 2014
Question

iOS ability to apply buildnumber

  • October 8, 2014
  • 1 reply
  • 381 views

Hi,

apple has changed the upload strategy for binaries. Now there is the need to specify a build number if you have to upload your version of your app multiple times, for testing or any purpose. Is there any chance to apply the build number of the app in the app-meta-descriptor? As I see, the version number is written twice in the Info.plist file per default.

      <key>CFBundleVersion</key>

        <string>1.0.1</string>

        <key>CFBundleShortVersionString</key>

        <string>1.0.1</string>

IMO the BundleVersion is normally the build number in Apple-Language.

This topic has been closed for replies.

1 reply

Phillipbeta
Participant
March 3, 2015