App Store Submission: Application failed codesign verification

  • 9
  • Problem
  • Updated 6 years ago
After building the app and attempting to use Application Loader to submit it to the App Store, I'm receiving the following error:

"Application failed codesign verification. The signature was invalid, or it was not signed with an Apple submission certificate."

I created the signing key with a Distribution Certificate and an App Store Distribution Provisioning Profile.

Please see the attached images.

Here's the app I'm trying to build: https://build.phonegap.com/apps/20890

Please let me know what I can do to resolve this. We'd like to get it submitted today!

Thanks!











Photo of jacob

jacob

  • 6 Posts
  • 0 Reply Likes
  • anxious

Posted 9 years ago

  • 9
Photo of ns nsc

ns nsc

  • 2 Posts
  • 0 Reply Likes
I tried to build an ios application using Phonegap Build. It fails in Application Loader. I looked into the ipa-file and Phonegap Build seems to ignore my config xml and put the default config (with Hello Cordova) and default icons instead of my own in the ipa Payload directory. My own files is in www-directory, but are not recognized by Application Loader.

The build settings page says "Your application's details are bound to the config.xml file in your application package. To edit these details, change that file and push it back up to us.". How to do it when my config are ignored in the final build?

My build id is 342611.
Photo of ns nsc

ns nsc

  • 2 Posts
  • 0 Reply Likes
I found the errors in the previous post and submission is now sucessful.

The icons must be named icon.png, icon-72.png, icon_at_2x.png and icon-72_at_2x.png. If they have another names or in wrong path, they will not be found. It must also be one icon per resolution and only one icon is not enough because iphone and ipad have different requirements.

The certificate must be exported with its private key to one single p12, otherwise it do not work. It must be a release certificate, not the developer and be sure to mark both certificate and its key before exporting to p12. The provision should be created for use with App Store and be sure that the correct release certificate is used when generating it. You can not use a provision with another certificate than it was generated from.
Photo of itzik grinboim

itzik grinboim

  • 2 Posts
  • 0 Reply Likes
I'm with the same problem , I deleted the signatures have been 10 times and created them anew . But I get an error when I upload the ipa file .
Please , help me
Photo of itzik grinboim

itzik grinboim

  • 2 Posts
  • 0 Reply Likes
I do not know if that's it,
But the version number in ituns connect was not the same as my config file.
I compared them, and now it's up to Apple.
Photo of ismael jimoh

ismael jimoh

  • 4116 Posts
  • 192 Reply Likes
Noted.

Keep us posted.