iosiphoneapp-storeitunesartwork

Apple's web service operation was not successful and Unable to Authenticationthe package?


When I'm trying to upload an app with Application Loader but I get following error :

  1. Apple's web service operation was not successful.
  2. Unable to Authenticationthe package 787376632.itmsp
  3. ERROR ITMS-9000:"Invalid Image Path _ No image found at the path referenced under key 'CGBundleIcons':'iTunesArtwork"" at Software/SoftwareAsset (MZItemspSoftwareAssetPackage)
  4. ERROR ITMS-9000:"Invalid Image Path _ No image found at the path referenced under key 'CGBundleIcons':'iTunesArtwork@2x"" at Software/SoftwareAsset (MZItemspSoftwareAssetPackage)

Please any one help me

enter image description here


Solution

  • Yesterday I was facing the same problem uploading a app in appStore. I get rid of these by doing the following:

    1. Got to project setting. From there select general tab. Make sure your project bundle identifier is same as app identifier (that you created in app store). Bundle Identifier is under Identity tab. enter image description here

    2. In App Icon select source " Use Asset Catalog". If you do so, App Icon will be changed into this.enter image description here

    3. Click on the arrow sign this will take you here. enter image description here

    4. Provide necessary image of specific size.

      Thats how I got rid of these error.

    EDIT

    For Xcode 4.6.1 if you want to change the bundle identifier do as follow:

    1. From target go to Summary enter image description here

    2. From target go to info enter image description here

    3. From Resource info.plist enter image description here

    For changing the app icon do as follow:

    1. From target go to Summary. enter image description here

    2. App Icon can be also add in target >> info >> Icon files enter image description here

    Please find out where you are using the artworks. May be you changed the artwork or They are missing somehow. Let me know if it works. :)