1.WARNING ITMS-90704: "Missing Marketing Icon. iOS Apps must include a 1024x1024px Marketing Icon in PNG format. Apps that do not include the Marketing Icon cannot be submitted for App Review or Beta App Review."
最近為了適配iOS 11將Xcode升級到9.0,打包上線的時候發(fā)現(xiàn)彈出警告。
原因:在最新的icon中會發(fā)現(xiàn)多了一個圖標(biāo)1024pt,需要上傳一個1024*1024的圖標(biāo)。

缺少1024*1024pt
2.ERROR ITMS-90717: "Invalid App Store Icon. The App Store Icon in the asset catalog in 'TeacherXia.app' can't be transparent nor contain an alpha channel."
接著上一個缺少1024pt圖標(biāo)的問題,上傳了圖標(biāo)之后,再次打包上傳彈出錯誤提示。
原因:因?yàn)樽钚律蟼髂莻€1024圖標(biāo)含有Alpha通道,將原有圖標(biāo)的Alpha通道的選項(xiàng)取消,重新導(dǎo)出然后再上傳。(之前在iTunes Connect也碰到過這樣的問題,無法上傳圖標(biāo),就是因?yàn)楹蠥lpha通道)