Question

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 ?

Was it helpful?

Solution

There's some great info here: How can I make my ad hoc iPhone application's 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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top