The correct way to set up icons in an iOS app is to use the following names and sizes for your icons:
- iTunes:
iTunesArtwork (512px by 512px)
- Retina Display (iPhone 4):
Icon@2x.png (114px by 114px)
- iPad:
Icon-72.png (72px by 72px)
- Retina Settings:
Icon-Small@2x.png (58px by 58px)
- iPod touch:
Icon.png (57px by 57px)
- iPad Settings:
Icon-50.png (50px by 50px)
- iPod Settings:
Icon-Small.png (29px by 29px)
Adding them into your plist is not important, especially if you are using Xcode 4. Make sure that you name your icons with the above names. You've indicated in the comments above that you've named your icon iphone_icon.png. I suggest taking the following steps:
- Rename the icon to
Icon.png.
- Remove your app from the device/simulator.
- Run a clean build.