简体   繁体   English

使用xcode命令行工具提交iOS应用商店

[英]iOS appstore submission using xcode command line tools

I have come across various articles explaining how you can build and archive an iOS application using the command line tools packaged with xcode. 我遇到过许多文章,它们解释了如何使用xcode附带的命令行工具来构建和归档iOS应用程序。

Is it possible to use the tools to validate and distribute the application to the appstore? 是否可以使用这些工具来验证应用程序并将其分发到appstore?

Edit following comment: I am looking to avoid using the GUI as I have multiple similar apps, so I'm looking to script the update process to make it faster (less manual). 编辑以下评论:我希望避免使用GUI,因为我有多个类似的应用程序,因此我希望编写更新过程的脚本以使其更快(无需手动)。

You're looking for Transporter. 您在寻找运输者。 It's included inside Application Loader, but there's now documentation on how to use it separately: (emphasis mine) 它包含在Application Loader中,但是现在有关于如何单独使用它的文档:(重点是我的)

You can now use Transporter, Apple's command-line delivery tool, to deliver localized App Store metadata in bulk, including screenshots, rights and pricing, and more. 现在,您可以使用Apple的命令行交付工具Transporter,批量交付本地化的App Store元数据,包括屏幕截图,权利和价格等。 Transporter can also find metadata for your existing apps so you can see how to correctly format the XML. Transporter还可找到您现有应用程序的元数据,以便您了解如何正确格式化XML。 To learn more about using Transporter and providing metadata, download the Transporter User Guide and the App Metadata Specification from the Manage Your Apps module in iTunes Connect. 要了解有关使用Transporter并提供元数据的更多信息,请从iTunes Connect中的“ 管理您的应用程序”模块下载“ Transporter用户指南”和“应用程序元数据规范”。

Source: Apple News and Announcements for Developers; 资料来源: 苹果新闻和开发人员公告; Aug 22, 2013 2013年8月22日

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM