views:

313

answers:

1

Hello ! Everyone.

Just do following steps & you will understand what problem I am facing right now.

  1. Create a new project from template.
  2. File / New Project - Navigation based application.
  3. Create any 32 x 32 image (.png) from any image editor & name it as icon.png
  4. Drag that file to your applications resources.
  5. Compile & run your project on iPhone.
  6. iPhone application will have proper icone as we have placed icon.png file under resources.

But the problem starts now.

When ever we compile.

  1. There is a build directory under your project.
  2. go to "Debug-iphoneos"
  3. Select yourapplication.app
  4. Drag it under applications ( - iTunes - )

Application on iPhone has an iCon ( oops icon ) but it has no icon on iTunes Y? Why ?

How to place an icon on iTunes ?

Thanks in advance for sharing your knowledge.

Sagar.

+2  A: 

There's some great info here: http://stackoverflow.com/questions/173247/how-can-i-make-my-ad-hoc-iphone-applications-icon-show-up-in-itunes that should answer your question.

If you're planning to distribute your app in the app store rather than via ad-hoc distribution, Apple will bundle the icon you specify in iTunesConnect into the ipa for you.

Kirk van Gorkom