How to support IOS6 and IOS7 app icons and launch images in the same app?
I have noted IOS7 has new Icon sizes pere here, however it's not clear to me how you would best ensure IOS 6 and IOS 7 devices are supported? So how would you do this, e.g.
a) have to put both IOS6 and IOS7 app icon & launch images in?
b) or just put IOS7 icons/launch images in and IOS6 devices will handle this ok?
NOTE: I'm using Corona SDK as my dev platform (not XCode / ObjectiveC)