Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to support IOS6 and IOS7 app icons and launch images in the same app?

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)

like image 706
Greg Avatar asked Sep 10 '13 23:09

Greg


People also ask

Why do I have 2 icons for the same app iPhone?

A "ghost" app occurs sometimes when an app gets stuck installing on your iPhone or iPad and a duplicate app icon is created on your Home screen. These icons normally cannot be removed by the traditional technique used to delete apps.


1 Answers

Since this hasn't been answered, this page covers it all:

http://www.coronalabs.com/blog/2013/09/17/tutorial-getting-started-with-ios-7/

like image 60
Teddy Engel Avatar answered Oct 26 '22 23:10

Teddy Engel