Error when upload on app store

Hello every one,

When I am trying to upload the build on app store using distribution certificate through application loader then I am getting this error

ERROR ITMS-9000 :"The bundle “**Bundle name**” at bundle path ‘**path of bundle**’ is not signed using Apple Submission certificate. "at SoftwareAssets/SoftwareAssets(MZltmspSoftwareAssetPackage)

I had try multiple things like.

  1. Created new provisional profile for a app

  2. Created new application on store

  3. Created new certificated as well

Nothing is happening some Builds from same certificate and provisional profile are already uploaded from my account but now I getting the same error which i mentioned above.

When I am trying to upload the build created from Xcode than its working fine.

Step reproduce

  1. Create the build for ios using corona sdk(Version number 2014.2325) using distribution certificate.

  2.  Than click on upload button to upload the build on app store

  3. Application loader will open enter your account credential, select your application than select payload.ipa to upload the build.

After some time you get this error as I mention above

Version number

2014.2325

Help me out from this.

Thanks in Advance

Hi,

I had the same problem yesterday.

I checked the certificates, cleared all up, created a new distribution certificate and so son: nothing worked, still the same error message.

Using OSX 10.8 / Corona 2014.2189a. A couple of weeks earlier, it worked fine with the same settings.

Is there a solution already?

Any help appreciated!

Did you generate new provisioning profiles and download them?  Some people find that rebooting after redoing all the keys helps as well.

This message is saying that the “Code signing identity”, i.e  Provisioning Profile is not a Distribution to the Store profile.  There are two types of Distribution profiles:  For the Store and AdHoc.  You cannot use an AdHoc profile to upload to iTunes Connect with.

Rob

Hi Rob,
thank you for the quick reply. I found the solution: An update of Xcode from 5.1 to 5.1.1 and everything worked fine.
The error message simply was not right, the profiles were ok.

Glad you got it to work.

Rob

Hi,

I had the same problem yesterday.

I checked the certificates, cleared all up, created a new distribution certificate and so son: nothing worked, still the same error message.

Using OSX 10.8 / Corona 2014.2189a. A couple of weeks earlier, it worked fine with the same settings.

Is there a solution already?

Any help appreciated!

Did you generate new provisioning profiles and download them?  Some people find that rebooting after redoing all the keys helps as well.

This message is saying that the “Code signing identity”, i.e  Provisioning Profile is not a Distribution to the Store profile.  There are two types of Distribution profiles:  For the Store and AdHoc.  You cannot use an AdHoc profile to upload to iTunes Connect with.

Rob

Hi Rob,
thank you for the quick reply. I found the solution: An update of Xcode from 5.1 to 5.1.1 and everything worked fine.
The error message simply was not right, the profiles were ok.

Glad you got it to work.

Rob