Question

I trying to upload a newsstand application for ipad. I have a icon file that is 72x72 and 72 dpi. But when I am trying to submit it trough the Organizer I got a error that says that the icon doesn't meet the size requirements and the size is 0x0. I have checked the metadata in photoshop and in Finder, also Xcode, and effectivily says that the size is 72x72.

The plist source:

<key>CFBundlePrimaryIcon</key>
    <dict>
        <key>CFBundleIconFiles</key>
        <array>
            <string>MoD72.png</string>
        </array>
        <key>UIPrerenderedIcon</key>
        <false/>
    </dict>
Was it helpful?

Solution

Reinstall or update the Application Loader to the latest. This is a known bug and nothing to do with your icon images.

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