Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

iTunes reject App Store Icon in tvOS 11 and Xcode 9

I faced with a problem in Xcode 9 (works fine in Xcode 8 before). I can't upload tvOS build because of incorrect image asset for App Store icon. But App Store icons have exactly 1280x768 size and 3 layers. I was able to upload build to iTunes before with Xcode 8. But now I receive such error:

ERROR ITMS-90718: "Invalid Image Asset. The App Store Icon must only contain an image with size (1280pt × 768pt @1x). Refer to https://developer.apple.com/tvos/human-interface-guidelines/icons-and-images/app-icon for more information"

like image 519
Vitalii Gozhenko Avatar asked Oct 01 '17 18:10

Vitalii Gozhenko


3 Answers

Do you happen to have also 2x version of your assets in the Xcode? I had this same issue than you and I was somehow presuming that I would need to provide also 2x version, but once I removed that and only have the 1x, the upload succeeded!

like image 100
Piidro Avatar answered Nov 15 '22 20:11

Piidro


What worked for me was providing x2 versions for App Icon Small, Top Shelf Image, Top Shelf Image Wide, but NOT for App Icon Large. Can't understand what Apple are doing with this.

like image 38
Rados Avatar answered Nov 15 '22 20:11

Rados


I also added a 2x version of the icon. And had the same error. Deleting the 2x version helped. It works ;-)

like image 2
Patrick Koning Avatar answered Nov 15 '22 19:11

Patrick Koning