Other The bundle does not contain an app icon for iPad of exactly '152x152' pixels

Marco Maria Vilucchi

Active Member
Licensed User
Longtime User
I'm uploading my app via Upload App to Itunes Connect of B4I and i have the error in obect.

Package Summary:
1 package(s) were not uploaded because they had problems:
/var/folders/lj/wrbzzxds6b53f88_rx3x7c800000gn/T/2D85ABB1-0512-405B-AD86-78A771550478/1225483641.itmsp - Error Messages:
ERROR ITMS-90023: "Missing required icon file. The bundle does not contain an app icon for iPad of exactly '152x152' pixels, in .png format for iOS versions >= 7.0."
2017-04-11 08:47:02.822 altool[15791:58418965] *** Error: Errors uploading 'Decoro.ipa': (
"Error Domain=ITunesTransporterErrorDomain Code=-18000 \"ERROR ITMS-90023: \"Missing required icon file. The bundle does not contain an app icon for iPad of exactly '152x152' pixels, in .png format for iOS versions >= 7.0.\"\" UserInfo={NSLocalizedRecoverySuggestion=ERROR ITMS-90023: \"Missing required icon file. The bundle does not contain an app icon for iPad of exactly '152x152' pixels, in .png format for iOS versions >= 7.0.\", NSLocalizedDescription=ERROR ITMS-90023: \"Missing required icon file. The bundle does not contain an app icon for iPad of exactly '152x152' pixels, in .png format for iOS versions >= 7.0.\", NSLocalizedFailureReason=ERROR ITMS-90023: \"Missing required icon file. The bundle does not contain an app icon for iPad of exactly '152x152' pixels, in .png format for iOS versions >= 7.0.\"}"
)

I use for icon B4i ResizerV12 and the icons in File/Special are:
icon-40
icon-60
icon-60@2x
icon-76
icon-76@2x
icon-1024x1024

I saw many similar issue, bur noone fix.
Someone can help me?
Thx
Marco
 

sorex

Expert
Licensed User
Longtime User
open each image and make sure they have the size that the filename has.

for the @2x ones it's double the value in the file name, so 76@2x will be a 152x152px image.
 
Upvote 0

Marco Maria Vilucchi

Active Member
Licensed User
Longtime User
check already done... all is ok
Icon-76@2x.png
icon-40.png
icon-60.png
icon-60@2x.png
Icon-76@2x.png
icon-40.png
icon-60.png
icon-60@2x.png
Icon-76@2x.png
icon-40.png
icon-60.png
icon-60@2x.png
icon-76.png
 
Upvote 0

sorex

Expert
Licensed User
Longtime User
and you're sure the files are in /files/special/ and not something like /files/special/icon/ ?
 
Upvote 0

sorex

Expert
Licensed User
Longtime User
build the release version
download it
extract the archive.zip file
rename the .ipa file to .ipa.zip and see if the files are under payload\Decoro.app\

if they are not there then they didn't get added for some reason.
 
Upvote 0

sorex

Expert
Licensed User
Longtime User
that's really bizarre. It looks all fine to me but I'm not an expert either ;)

Maybe Erel knows what might be wrong here.
 
Upvote 0

Marco Maria Vilucchi

Active Member
Licensed User
Longtime User
Zp file with all icons is 532K... too large
I upload zip with 1024 icon in separated zip.
Note that Special folder contain GoogleMaps.bundle folder too.
THX
Marco

upload_2017-4-12_8-38-13.png
 

Attachments

  • Special.zip
    40.4 KB · Views: 264
  • icon-1024x1024.zip
    491.2 KB · Views: 296
Upvote 0
Top