thedp
thedp

Reputation: 8516

Automating Xcode archive and upload?

We have a dozen targets in the same Xcode project, each target is an app on itself, and we always release all the apps at the same time. It extremely counterproductive to individually archive and upload each target to iTunesConnect.

I believe I've found a way to archive: http://blog.octo.com/en/automating-over-the-air-deployment-for-iphone/

But so far I was unable to find a way to upload to iTunesConnect from command line.

Please advice how should I approach this task. Thank you.

Upvotes: 0

Views: 953

Answers (1)

Shamsudheen TK
Shamsudheen TK

Reputation: 31311

You can use altool, Application Loader’s command-line tool for validating and uploading your application binary files to the App Store. Please checkout apploader

Also, you can use deliver to submit your app for App Store review. Please checkout master/deliver

Upvotes: 4

Related Questions