iPhone/iTunes Connect - Is it possible to automatically create an app and fill in metadata for it?
I am wondering if it is possible to automatically do the following regarding the iphone app store and itunes connect:
- Create an app id and bundle id.
- Create provisioning profiles.
- Create an app in iTunes connect and edit its metadata.
- Upload screenshots and icons to an app.
I understand there is no API but is there any other alternative to doing this automatically? or at leas开发者_如何转开发t doing one of these?
No, there is no other way to do it. Now with more recent XCode version, you can upload your application binary directly from XCode (no need to go on itunesconnect). But all other steps you mentioned still need to be done manually.
精彩评论