【问题标题】:Xcode build not showing up on iTunes ConnectXcode 构建未显示在 iTunes Connect 上
【发布时间】:2017-08-26 18:04:57
【问题描述】:

我正在尝试将我的应用上传到 TestFlight。我已经创建了新的配置文件,并对应用程序进行了代码签名,如下所示:

在 Xcode 中,应用成功上传到 iTunes Connect,不久之后,我在 iTunes Connect 的“活动”选项卡上看到“处理构建”屏幕:

几分钟后,处理构建消失,屏幕上没有构建。我无法选择构建,因为它只是说,使用 Xcode 6 或更高版本,或 Application Loader 3.0 或更高版本提交您的构建。。如何在 iTunes Connect 上找到构建版本?谢谢!

【问题讨论】:

  • @matt 这是我的第一个版本,还没有出现
  • @penatheboss 你等了多久?处理构建有时可能需要几个小时。如果它在“活动”选项卡中,请等待它完成...
  • @Oddie 在过去的几天里我尝试了多次,但都没有成功。问题是它从活动选项卡中消失了

标签: ios xcode app-store app-store-connect testflight


【解决方案1】:

我的解决方案......很糟糕,但我发现成功上传构建直到它们出现。有时需要上传 30 次,有时只需上传一次。自从我在 12 月切换到 Xcode 8 以来,这个问题影响了我尝试过的每个构建。它的效率非常低,但这是我发现的唯一有效的方法。

编辑:在我发送这个答案后,我在上传 13 时处理了我的构建。祝你好运,伙计。

【讨论】:

  • @matt 对于所有无法解释的提交失败和关闭服务器,它也可能是一个答案。虽然我同意你的观点,但我不知道如何获得任何可靠的结果。我目前正在等待 Apple 的回复,说明为什么我的提交 72 小时没有出现。
【解决方案2】:

xCode 9 我也遇到了同样的问题。

其背后的原因是,我们必须在 App Icon 中为 App Store (1024 * 1024) 添加的新图标是 .jpg 格式而不是 .png

这是我从 Apple 收到的邮件。

Dear developer,

We have discovered one or more issues with your recent delivery for "MyAppName". To process your delivery, the following issues must be corrected:

Invalid Image - For iOS applications, icons included in the binary submission must be in the PNG format.

If your application supports the iPhone device family, you must include square icons of the following dimensions: 57x57 pixels.
If your application supports the iPad device family, you must include square icons of the following dimensions: 72x72 pixels.
For macOS applications, icons included in the binary submission must be in the ICNS format and must include a square 512x512@2x image.
Once these issues have been corrected, you can then redeliver the corrected binary.

Regards,

The App Store team

所以我的建议是

  • 查看您/客户的邮箱,您一定已收到 Apple 发来的有关该问题的电子邮件
  • 确保您已包含 .png 格式的每个图像文件
  • 确保您包含的所有隐私描述都正确无误

例如,对于位置使用说明,请不要写"App would like to use location",而是写"Location is required for driver to find out where you are as well as for nearby suggestions."之类的内容

【讨论】:

    【解决方案3】:

    info.plist 中添加缺少的项目,例如图标文件、隐私使用说明、要求等。它适用于我。

    【讨论】:

      猜你喜欢
      • 2019-07-29
      • 2017-04-02
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2017-01-25
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多