I am not sure why this error is being thrown when my application is validated for submission. My application is marked as iPhone application with icon.png as 57 X 57. The error says: iPad:icon.png icon dimensions (57X57) don't meet the size requirements. The icon must be 72X72 pixels, in .png format.
+1
A:
Check this out:
http://developer.apple.com/library/ios/#qa/qa2010/qa1686.html
I would just supply all of those icons to cover all the cases (Retina display, etc.)
Nimrod
2010-10-20 03:42:09
But my app is not a universal app it is an iPhone app. I am not sure why it is asking for iPad icons.
azamsharp
2010-10-20 15:35:00
They may be requiring this now because any iPhone app will run on the iPad and the icons will have to be scaled up and won't look very good. Like I say, I'd just design your icons in 512x512 then export them at all the different resolutions.
Nimrod
2010-10-20 16:18:37
I found the problem. I edited the project settings and specified the iPhone device but did not edited the target. I always thought that project settings are the same as target I guess they are NOT. I changed the target and it worked fine.
azamsharp
2010-10-20 16:56:24
+1
A:
i think because your application it's a universal application and so you should provide the same icon in different size and fill the plist in the proper way.
- iphone/ipod
- iphone 4
- ipad
I usually use this psd template: http://www.nightlion.net/web/2010/iphone-4-ipad-icon-design-psd-template/
Cesar
2010-10-20 03:44:34
It was set as iphone/ipad app so I changed to iphone only but still getting the same error!
azamsharp
2010-10-20 12:58:18
A:
I found the problem. I edited the project settings and specified the iPhone device but did not edited the target. I always thought that project settings are the same as target I guess they are NOT. I changed the target and it worked fine.
azamsharp
2010-10-20 16:57:17
Target settings override project settings, if you define a setting in the target. You must have previously changed the target settings.
Graham Lee
2010-10-20 17:01:06