Missing recommended icon file...

I’m trying to submit an app to the App Store but it keeps throwing up this message for various sizes. The thing is, I have all sizes of image it says it needs. Do they need to be named specially?

It’s also saying I haven’t optimized for the iPhone 5, I’ve added the correct .png it asked for, what else do I have to do? Everything is optimized as far as I can tell.

If Application Loader is telling you it’s not right, it’s not.

Optimized for iPhone 5 means you have to have a file named exactly (case sensitive including the extension) Default-568h@2x.png

This file must be 640 pixels wide, 1136 pixels high and must be a 32 bit PNG file (Adobe Photoshop calls this a 24 bit PNG file).  It must be in the same folder with your main.lua.

As far as the Icons, if you specify things in your build.settings, they have to match what you put in build.settings.  If you leave it out, it will look for files with very specific file names.  Again, these are case sensitive names.  You also cannot have errors in your build.settings or you will get this error.

Rob

If Application Loader is telling you it’s not right, it’s not.

Optimized for iPhone 5 means you have to have a file named exactly (case sensitive including the extension) Default-568h@2x.png

This file must be 640 pixels wide, 1136 pixels high and must be a 32 bit PNG file (Adobe Photoshop calls this a 24 bit PNG file).  It must be in the same folder with your main.lua.

As far as the Icons, if you specify things in your build.settings, they have to match what you put in build.settings.  If you leave it out, it will look for files with very specific file names.  Again, these are case sensitive names.  You also cannot have errors in your build.settings or you will get this error.

Rob