Is there an API or any other method to automate the submission process.
To elaborate: I have a number of apps which are similar in functionality and UI structure. I create the user interface by picking up variables from a plist. For instance I save the source of the API from where I pick up the data.
Creating a new app involves just changin the values in the playlist and rebuilding the app. Then submitting it to the appstore. Also I need to create Ad Hoc Provision files and build test releases too.
I wish to automate this process. For this I need to
1) build the App through command line. 2) Upload the binary and other required files/information (app icon, marketing info) to itunesConnect Portal.
Any pointers where I should look ?