iTunes Store操作失败ERROR ITMS-90396:“无效的图标。带有Alpha通道。图标不应包含Alpha通道。”

时间:2017-11-23 13:44:55

标签: ios apple-watch alpha xcode9 channel

iOS 11和Xcode 9.0在iTunes上上传手表应用时出现以下错误。

  

iTunes Store操作失败ERROR ITMS-90396:“图标无效   观看应用程序'MyApplication.app/Watch/myApp WatchKit App.app'   包含一个图标文件'Icon Image-AppIcon-watch-86x86@2x.png',带有   alpha通道。图标不应该有alpha通道。“

enter image description here

2 个答案:

答案 0 :(得分:2)

我在Xcode 9.0.1中遇到过这个问题。试图在App商店上传App。所以我可以

Assets.xcassets - > WatchAppIcon

  • 在预览中打开WatchIcon.appiconset AppIcon86x86@2x.png
  • 从中导出取消选中Alpha通道
  • 现在在iTunes商店上传手表应用

enter image description here

enter image description here

答案 1 :(得分:0)

您只需在图像上放置白色背景即可。应用程序图标是,我认为本质上是透明的,因此iTunes不接受它。因此,请确保在应用程序图标上添加白色背景。

谢谢