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

标签 ios xcode

我读过各种文章,解释如何使用 xcode 打包的命令行工具构建和归档 iOS 应用程序。

是否可以使用这些工具来验证应用程序并将其分发到应用程序商店?

编辑以下评论:我希望避免使用 GUI,因为我有多个类似的应用程序,因此我希望编写更新过程脚本以使其更快(更少的手动操作)。

最佳答案

您正在寻找运输车。它包含在应用程序加载器中,但现在有关于如何单独使用它的文档:(强调我的)

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. Transporter can also find metadata for your existing apps so you can see how to correctly format the 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.

来源:Apple News and Announcements for Developers; Aug 22, 2013

关于使用 xcode 命令行工具提交 iOS 应用商店,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17512160/

相关文章:

ios - 如何使用 const CGFloat 检查 NS_AVAILABLE_IOS

ios - Swift 应用程序在打开后退出,在 Xcode 中运行

xcode - 不离开 Xcode 的单元测试

ios - Swinject:使用弱作用域会泄漏对象

ios - SpriteKit 粒子发射器未出现在 Xcode 编辑器中

ios - HKHealthStore 类型的值没有类型 dateOfBirthWithError

xcode - 获取 UITableView 滚动到选定的 UITextField 并避免被键盘隐藏

iphone - 带有 ARC 的新 iPhone cocos2d 项目

xcode - NSPopupButton 的值为零

ios - 添加到 UITextField 的 CALayer 不会出现在 xib View 上