Icon files naming (iOS)

Hi!
I’ve searched the forum for some infos about icon files naming on iOs iPhone and iPod touch devices, and so far what I’ve found is that we need:

  1. Icon.png (57x57, standard icon)
  2. Icon@2x.png (114x114, retina display icon)

However, what about the other icons we can add to a iOS app? What file name should we use? For example on the iPhone Human Interface Guidelines (http://developer.apple.com/library/ios/#documentation/userexperience/conceptual/mobilehig/IconsImages/IconsImages.html) I see we can also use:

  1. A small icon for Spotlight search results (29x29 standard resolution, 58 x 58 on retina displays)
    (there are other icon sizes (tab bar icon, toolbar and navigation bar icon etc etc) but I actually don’t need them

Also, another question… About the Launch Image (Default.png), do we need to create two launch images ( a 320x480 and a 640x960), or a 640x960 image is ok for both displays (low & hi-res)?

Sorry if there’s already some docs or forum posts covering this topic, but I couldn’t find it…

Thanks a lot!

[import]uid: 9158 topic_id: 2741 reply_id: 302741[/import]

To my knowledge, Corona uses the filenames that are defined in the Human Interface Guidelines. [import]uid: 5712 topic_id: 2741 reply_id: 8215[/import]

Yup, you’re right, I just found the icons size and filenames here http://developer.apple.com/library/ios/#documentation/iPhone/Conceptual/iPhoneOSProgrammingGuide/BuildTimeConfiguration/BuildTimeConfiguration.html#//apple_ref/doc/uid/TP40007072-CH7-SW1

Thanks Mike [import]uid: 9158 topic_id: 2741 reply_id: 8218[/import]