Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Error while uploading tvOS app

Tags:

tvos

I got the following errors:

  • ERROR ITMS-90528: "Invalid Image Asset. The image asset 'App Icon - Small' in 'Payload/Projectname.app' has an invalid scale value of '0'. Home Screen Icon assets are allowed scale values of ( "1" ).

  • ERROR ITMS-90523: "Invalid Image Asset. The image stack 'App Icon - Small' in 'Payload/Projectname.app/Assets.car' can't have a transparent background layer.

  • ERROR ITMS-90531: "Invalid Image Asset. The image stack 'App Icon - Small' in 'Payload/Projectname.app/Assets.car' must have a background layer that's 400x240 pixels.

  • ERROR ITMS-90532: "Invalid Image Asset. The image stack 'App Icon - Small' in 'Payload/Projectname.app/Assets.car' has an incorrectly positioned background layer.

I checked everything and both the small and big sized icons for the tvOS app are on the perfect size, background is without transparency and on the size as needed. Both looks perfect on the preview and on the actual Apple TV system.

The icons assent was created from the formal Photoshop plugin Apple supplied. No clue where to go from here.

like image 897
Idan Avatar asked Oct 23 '15 16:10

Idan


1 Answers

Seems that making all layers of the icon full size solved the problem. Means not using the location of the layer but making the asset in a way the location is already on the full sized layer.

Just to make clear, All layers of the small icon (400 x 240 pixels) are with 400x 240 size with transparency except for the background layer which is without transparency offcourse.

Seems like a very odd bug so I though publishing it.

like image 105
Idan Avatar answered Nov 05 '22 04:11

Idan