iOS TestFlight - 如何提供1024x1024图标?

时间:2017-11-13 02:04:19

标签: ios app-store testflight

由于应用程序实际上不需要1024x1024图标大小,因此我没有将其包含在构建中。我上传了该版本,然后将该图标上传到iTunes Connect中的应用商店提交页面,这似乎适用于应用商店提交。

但是,我现在正试图通过TestFlight提交公开测试,但是当我尝试创建一个组时,我收到一条消息,抱怨我没有上传1024x1024图标,我可以通过iTunes Connect这样做。我该怎么做?

1 个答案:

答案 0 :(得分:1)

如果您提交通过Xcode 9生成的ipa,iTunes Connect将引发以下错误:

Missing App Store Icon - iOS Apps must include a 1024x1024px App Store Icon in PNG 
format. Without providing the icon in the Asset Catalog or via iTunes Connect, apps 
cannot be submitted for App Review or Beta App Review. Refer to
https://developer.apple.com/ios/human-interface-guidelines/icons-and-images/app-icon/ for more information.

同样适用于通过Xcode 9+生成的应用程序。如果你想避免这种情况,你仍然可以使用Xcode 8生成ipa。

在Xcode 9中,在App Icon部分下,可以添加1024 * 1024图标。

  • 转到项目中的Images文件夹
  • 导航至Image.xcassets
  • 点击AppIcon
  • 导航到底部,您将看到App Store iOS 1024pt(1x)

Screenshot of the app icon image asset with 1024*1024 icon available here