Version Numbers for iTC TestFlight

Getting into LiveCode for iOS? Ask your questions here.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
DRJ-UK
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 73
Joined: Tue Aug 23, 2011 2:50 pm
Location: United Kingdom
Contact:

Version Numbers for iTC TestFlight

Post by DRJ-UK » Sat Oct 18, 2014 4:52 pm

Colleagues

To utilise the TestFlight functionality in iTunes Connect (iTC) there is a need to generate pre-release builds.

Ideally it would be good if there was an option in the Application Settings to provide a pre-release version as well. Looking at the iTC documentation it seems that the Info.plist file is used to extract the required information about the build version and pre-release version. An extract from an Info.plist file generated by LC contains the following:

Code: Select all

	<key>CFBundleVersion</key>
	<string>1.2</string>
	<key>CFBundleShortVersionString</key>
	<string>1.2</string>
The iTC documentation suggests the first key is the build version, the second the pre-release version. Note these are currently populated with the same data based on the version field in the iOS tab of Application Settings . Editing the Info.plist is not an option after building the App as it invalidates the signing certificate.

Has anybody out there managed to find away around this to be able to use the beta testing functionality in iTC?

In the meantime, I have submitted a feature request for this option to be included in future releases.

Dave
Last edited by DRJ-UK on Mon Oct 20, 2014 4:07 pm, edited 1 time in total.
LiveCode: Versions 8.0, 8.1
Xcode: Version 7.3, 8.0
Mac OS X: 10.11.12 (macOS Sierra) on iMacs with 3.4 Intel Core i7 & 16GB Memory

Creating Apps for educational professionals, effective teaching and learning.

teacherguy
Posts: 379
Joined: Thu Dec 08, 2011 2:43 am

Re: Version Numbers for iTC TestFlight

Post by teacherguy » Sun Oct 19, 2014 7:33 pm

Spent the last few hours trying to figure this out, to no avail.

DRJ-UK
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 73
Joined: Tue Aug 23, 2011 2:50 pm
Location: United Kingdom
Contact:

Re: Version Numbers for iTC TestFlight

Post by DRJ-UK » Mon Oct 20, 2014 4:05 pm

Colleagues

The feature request has been confirmed by the LC team. So we can look forward to this in a future update.

I know there are many developers using LC who are interested in this small change but it will have a big impact in terms of submitting sequential builds via iTC for TestFlight Beta testing.

Dave
LiveCode: Versions 8.0, 8.1
Xcode: Version 7.3, 8.0
Mac OS X: 10.11.12 (macOS Sierra) on iMacs with 3.4 Intel Core i7 & 16GB Memory

Creating Apps for educational professionals, effective teaching and learning.

teacherguy
Posts: 379
Joined: Thu Dec 08, 2011 2:43 am

Re: Version Numbers for iTC TestFlight

Post by teacherguy » Thu Oct 23, 2014 10:49 pm

Apple just opened the floodgates by allowing up to 1,000 testers through iTunesConnect. Would love to see this bug fixed soon.

Post Reply

Return to “iOS Deployment”