When I run the Application Loader, I am getting the following warning (see attachment)
WARNING ITMS-9000: “Missing recommended icon file. The bundle does not contain an app icon for iPad of exactly ‘76x76’ pixels, in .png format for iOS version >= 7.0.” at SoftwareAssets/SoftwareAssets (MZltmspSoftwareAssetPackage)
The strange this is, this is part of my config.lua file
CFBundleIconFiles = {
“Icon.png”,
“Icon@2x.png”,
“Icon-Small-40.png”,
“Icon-Small-40@2x.png”,
“Icon-60.png”,
“Icon-60@2x.png”,
“Icon-72.png”,
“Icon-72@2x.png”,
“Icon-76.png”,
“Icon-76@2x.png”,
“Icon-Small-50.png”,
“Icon-Small-50@2x.png”,
“Icon-Small.png”,
“Icon-Small@2x.png”
},
And when I open up the *.zip file and then the *.app file I can see the Icon-76.png and the Icon-76@2x.png files. Also, why do all the others seem to be fine?
Thanks