user3275038
user3275038

Reputation: 41

iOS App IPA file upload failed

I want upload iOS application to iTunesConnect from ApplicationLoader.

But the upload failed. Error:

ERROR ITMS-9000: "Missing required icon file. The bundle does not contain an app icon for iPhone / iPod Touch of exactly '120x120' pixels, in .png format for iOS versions >= 7.0." at SoftwareAssets/SoftwareAsset (MZItmspSoftwareAssetPackage)

I created icons, And putted image to resources folder.

Am I missing something?

Upvotes: 1

Views: 1944

Answers (3)

Midhun
Midhun

Reputation: 2177

Please ensure that you are already added icon images for all required sizes you can generate icons for all required sizes simply from the following site

https://makeappicon.com/

Upvotes: 0

DavidA
DavidA

Reputation: 3172

The size requirements have changed for iOS 7.0.

It's worth switching to an asset catalog to store them in if you're using XCode 5, as it gives you a visible representation of what you have and what's missing.

Upvotes: 1

Joel Fischer
Joel Fischer

Reputation: 6597

After the update to iOS 7, you are required to use different icon sizes. See the iOS Guidelines for more detail.

Basically, you need a 120x120 icon, among other sizes.

Upvotes: 2

Related Questions