GLBasic forum

Main forum => FAQ => Topic started by: spicypixel on 2011-May-11

Title: How do I add iPhone 4, iPad and iTunes icons in Xcode
Post by: spicypixel on 2011-May-11
The reason I'm asking this is I can only test on my iPhone 3GS so if anyone can give a simple trouble free answer to allow me to add the relevant iPhone 4, iPad and iTunes icons to my app without worrying about it not working or my application being rejected that would be cool...
Title: Re: How do I add iPhone 4, iPad and iTunes icons in Xcode
Post by: Ian Price on 2011-May-11
For older devices, save your 57x57 icon as Icon.png. For the iPhone 4, save your 114x114 icon as Icon@2x.png.

For ipad you'll need 72x72 for app icon.

No matter what, you'll need a 512x512 icon that shows up in iTunes App Store too.

:)
Title: Re: How do I add iPhone 4, iPad and iTunes icons in Xcode
Post by: spicypixel on 2011-May-11
Thanks Ian I've already got the filenames and icon sizes I was wondering do I just drop them into the the folder alongside the original Icon.png and Xcode will recognise them or is there a procedure for adding them? Similarly I presume you have to add the extra Default.png's for a splash screen, again I have the filenames somewhere =)
Title: Re: How do I add iPhone 4, iPad and iTunes icons in Xcode
Post by: ampos on 2011-May-11
In Xcode, in left panel, resource -> add existing files or something similar.

Later I will post the link to all the icon files and sizes you can add.
Title: Re: How do I add iPhone 4, iPad and iTunes icons in Xcode
Post by: Omadan on 2011-May-11
Indeed Spicy. Just drop the img you just painted where the other Icon.png lies.
Title: Re: How do I add iPhone 4, iPad and iTunes icons in Xcode
Post by: ampos on 2011-May-12
http://developer.apple.com/library/ios/#qa/qa1686/_index.html (http://developer.apple.com/library/ios/#qa/qa1686/_index.html)