Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ERROR ITMS-90513: Missing Info.plist Key. Your app's Info.plist must contain the 'TVTopShelfImage.TVTopShelfPrimaryImageWide' key

We are trying to upload TV OS build to app store but its always fails..Please find a error screenshots

Error Image

We tried so many possibilities but nothings helps and we are using Xcode 9 version, we added 1920X720 image also.

Restarted system also did not help.

like image 239
karthikeyan Avatar asked Sep 16 '25 09:09

karthikeyan


1 Answers

It was great experience to find out the solution, We don't need to add aplpha value to top shelf image but we should need two different images with sizes.

Top Shelf: 1920 x 720

Top Shelf Wide: 2320 x 720

The problem was:

I have created new App icon and launch image and its giving by default with name of "Brand Assets"

enter image description here

Then we have added all required images and tried to upload into app store finally we got this issue. To rectify this we have changed name Brand Assets into "App Icon & Top Shelf Image"

enter image description here In general tab it was selected App Icon & Top Shelf Image but asset does not contain with that name.

Finally issues went away.

like image 159
karthikeyan Avatar answered Sep 18 '25 10:09

karthikeyan