azamsharp
azamsharp

Reputation: 20068

iPhone App Validation Failing because of iPad icon.png

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.

Upvotes: 2

Views: 2296

Answers (3)

azamsharp
azamsharp

Reputation: 20068

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.

Upvotes: 0

Cesar
Cesar

Reputation: 4427

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.

  1. iphone/ipod
  2. iphone 4
  3. ipad

I usually use this psd template: http://www.nightlion.net/web/2010/iphone-4-ipad-icon-design-psd-template/

Upvotes: 2

Nimrod
Nimrod

Reputation: 5133

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.)

Upvotes: 1

Related Questions