iOSDevSF
iOSDevSF

Reputation: 1179

iPhone App Icon in Binary

I understand many different sized icons for my app are required for App Store Submission according to Apple's Documentation. However, I am unsure on how to include them? Do I just add them as Icon.png to the Binary?

Upvotes: 0

Views: 655

Answers (2)

Dan F
Dan F

Reputation: 17732

This is much easier to handle in xcode4 if you have it, just click on your project (should be at the top of the project navigator window) then go to the summary tab, and you can select the icons from there. Then when you build your app, they will be included in the binary

Upvotes: 2

Ken Pespisa
Ken Pespisa

Reputation: 22284

You include them in your project and reference them from your info.plist file under the icon files section.

Here is an updated list of the filenames and sizes you can add: http://www.weston-fl.com/blog/?p=840/

Upvotes: 0

Related Questions