Script to automatically upload ipa to Testflight from Xcode Server?

It use to be possible to write a script to automatically archive, sign and upload a build to testflight.


My question is, with the new improvements to testflight announced in WWDC2015, is it now possible to write a script to automatically upload a build to testflight?

It doesn't seem like it is, but I just wanted to confirm that before deploying a coninious integration and deployment system.


Thank you

not yet I think. But the slides are enough, because you can use the API already and test every JSON endpoint. There is a lot of information captured in the JSON output.


For advanced usage: Go to /Library/Developer/XcodeServer/ and check out the folders there. There are the Integrations folders. Everything is properly kept there. Make sure you login to a bash session with


sudo -u _xcsbuildd /bin/bash
Script to automatically upload ipa to Testflight from Xcode Server?
 
 
Q