ios - Xcode 7.3 Apple Ad Hoc 分发要求分发 list 信息

标签 ios ad-hoc-distribution xcode7.3 xcode-organizer

我想使用 Ad Hoc 分发导出我的应用程序,并像往常一样将生成的 .ipa 文件保存到我的系统上,但我不能,因为现在在选择我的存档导出后在 Xcode 7.3 中使用 Organizer -> Save for Ad Hoc部署系统显示一个“分布式 list 信息”表单(见下图),我必须在其中选择一个 url 而不是通常的“Esport As”表单。

enter image description here

最佳答案

在应用程序中使用按需资源时需要分布式 list 信息,否则无需勾选“Include manifest for over-the-air installation”:

enter image description here

如果您使用它们,您应该按照文档中的描述填写此表格:

  • Name. The name of the app displayed during download and installation.
  • App URL. A fully qualified HTTPS URL for the iOS App file.
  • Display Image URL. A fully qualified HTTPS URL for an app icon that is displayed during download and installation. The image file must be 57 x 57 pixels and in PNG format.
  • Full Size Image URL. A fully qualified HTTPS URL for a larger image that is displayed in iTunes. The image file must be 512 x 512 pixels
    and in PNG format.

查看此链接了解更多信息: https://developer.apple.com/library/tvos/documentation/IDEs/Conceptual/AppDistributionGuide/TestingYouriOSApp/TestingYouriOSApp.html

希望有帮助)

关于ios - Xcode 7.3 Apple Ad Hoc 分发要求分发 list 信息,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36953704/

相关文章:

iphone - 作为团队管理员如何使用 Adhoc 分发?

ios - 命令因信号故障而失败 - Swift 2.2 Xcode 7.3

objective-c - 为什么 Swift 桥接头在使用 Xcode 7.3 构建后有时会出现语法错误?

swift - Xcode 7.3 更新错误 : "Use of unresolved identifier WLHttpMethodGet"

ios - 为 iPhone 编译时出现很多 "* is unavailable"错误

ios - 如何使用 CAShapeLayer 使我的 UIBezierPath 动画化?

ios - 我想使用货币格式化程序设置带有逗号和小数限制的金额,并且字符不应超过 10,并且 $ 应首先出现

ios - Swift 动态库的 WatchKit 问题

iOS 临时应用程序 : Cannot be installed at this time

ios - Ad-hoc 应用总是安装失败