Launch image configuration

Apple says you need a launch image (is this true? Do apps get rejected without one?) Assuming I want to put one in for an iPad app that’s portrait only, i’d have two according to Apple. 768 x 1004 for the iPad 1 and 2, and 1536 x 2008 for the Retina iPad. I couldn’t find any docs here on how to name these files in my project, and how to code for each one in the config.lua. Does anyone know how to do this, or where the Corona documentation is for this?

Thanks!!! [import]uid: 115085 topic_id: 25088 reply_id: 325088[/import]

There’s no corona configuration for these launch images; the apple docs tell you what they should be named & etc: Default-Portrait.png, Default-Portrait@2x.png for example. [import]uid: 44647 topic_id: 25088 reply_id: 101938[/import]

Yes, but there are Corona examples for setting the icon sizes in build.lua. Are those unneeded too? [import]uid: 115085 topic_id: 25088 reply_id: 101945[/import]