ios - iOS 应用 (WatchKit) 需要一个 1024x1024 的应用商店图标

标签 ios xcode watchkit

我开始遇到 Xcode 9.1(9B55) 的问题。在我提交给应用商店的最后一个存档中,它现在提示我的 WatchKit 应用上的 1024x1024 应用商店图标。

即使我在几周前添加了正确的 iPhone,并且一直在为所有其他提交工作。

我删除了应用程序图标,重新添加;甚至创建了一个新的 png 版本以查看它是否是透明度问题。什么都行不通,它一直说我想念它。

我什至删除了存储所有大小的 AppIcon,并重新做了整个事情。

当我添加图标时,除 1024x1024 之外的所有尺寸警告都消失了。

我在这里遗漏了什么,这可能是 Xcode 9 错误吗?

Missing App Store Icon - WatchOS 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/watchos/human-interface-guidelines/icons-and-images/home-screen-icons/ for more information.1

最佳答案

看了Xcode 9.1的release notes,看来这是一个已知问题。

  • 已知问题
    • 使用 Xcode 将应用程序提交到 App Store 时,不会上传 Assets 目录中的 WatchKit App Store 图标。 (33383969)
      • 解决方法:使用 iTunes Connect 网络应用上传 WatchKit App Store 图标。

关于ios - iOS 应用 (WatchKit) 需要一个 1024x1024 的应用商店图标,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47417633/

相关文章:

xcode - 如何删除 Xcode 9 中的派生数据?

ios - 非动画滚动 WKInterfaceTable 到底部

ios - Apple Watch,无法安装 XXX,错误 : Application Verification Failed

ios - 将与搜索字符串匹配的字符串的一部分加粗

ios - 如何创建包含其他 pod 的 Pod

IOS 检测是否在 End On Exit 事件中单击了另一个文本字段

ios - 一个 ViewController 中的多个 View

iphone - NSString 转 NSArray

ios - WatchKit:如何在 objC 中动态地为存储在 Nsmutablearray 中的图像设置动画

ios - 使用 notificationcentre 和 tableview.reloaddata() 无法刷新 tableview