I'm an Irish iPhone developer, currently migrating my skills from the web to Apples most popular mobile computing device. Based in County Leitrim, Ireland and working from home as a freelance developer in PHP, Perl, and Objective-C.

Contact me at andy@luibh.ie.

App Icons for iPhone, iPhone 4 and iPad

When submitting a universal binary which you’re going to be using on ‘normal’ iPhones, the iPhone 4 and the iPad you need to include a separate app icon for each one. These are specified within the APP.plist file as follows:

iPhone and iPad Icon Definitions

The icon.png file size should be 57x57.

The Icon@2x.png should be 114x114.

The Icon-72.png (iPad) is optional but needs to be 72x72 if using it.

Simple enough, but nice to get sorted out before trying to submit the app for review and it gets rejected.

More information from Apple available here.