When i deploy from TS everything goes okay. When i validate apple says i am missing 72x72 icon. So i swap the current 57x57 icon with a 72. I then try and validate and apple says i am missing a 57x57.
So it just keeps going in circles.
Can someone explain how i fix this issue. Ilan
SDK 1.8.1 iphone v4.0
1 Answer
Accepted Answer
Hi
You need to have under folder "Resources/iphone":
appicon.png (57x57)
appicon@2x.png (114x114)
appicon-72.png (72x72)
Your Answer
This question has been locked and cannot accept new answers.