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:
![]()
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.
1 year ago