The sizes of the icons do not meet the size requirements no matter what

I try to place my application on the market and get this error every time I try:

Ipad: icon.png: dimensions (57 x 57) don't meet the size requirements.   The icon file must be 72x72 pixels in .png format.

I saw endless messages about making changes to .plist, as well as Edit Project Settings → Build → uncheck Compress PNG files ( Icon.png file error in universal application ). I did it all. I also looked at the apple tutorial for universal app icons, and also for that. However, I noticed the difference in the .plist file that I have and they have ( http://developer.apple.com/library/ios/#qa/qa1686/_index.html ). (Mine has the Primary Icon attribute) Is there something I am missing or is it the apple documentation of our date? enter image description here

72x72, , , 57x57. , icon.png iphone ipad-, -72.png ipad icon.png iphone. - ?

enter image description hereenter image description here

+5
5

, , NSPostWhenIdle sree charan. .plist . , , , . , , , / .

+1

, , , , "". -, iPad 72x72, 57x57, iPhone. , , iPad "Icon-72@2x.png" 144x144px.

.

  • Icon.png = 57x57 iPhone non retina
  • Icon@2x.png = 114x114 iPhone
  • Icon-72.png = 72x72 iPad
  • Icon-72@2x.png = 144x144 IPad

, , , .

, .plist. , "" Xcode.

enter image description here

+12

, @NSPostWhenIdle, , plist,

Xcode, Xcode 4.2, →

, Xcode 4.2

" ", . Xcode , :

For normal image

For retina image

, , iCons, , Xcode, plist.

+6

.png, , 57x57. , .png, . 57x57, , .

, icon.png 57x56 ( , xcode ).

, Xcode Mac, .

0

( , ), , , 76x76 72x72, iPad - iOS 7, , , 76x76 152x152.

(76 x 76) . 72x72 , .png.

, , , Application Loader ( Xcode 4.6), , .

Sending the same binary using the new application loader from Xcode 5 did not cause problems!

0
source

All Articles