show/hide this revision's text 9 edited tags
show/hide this revision's text 8 added 40 characters in body

I'm trying to upload an application to the iPhone App Store, but I get this error message from iTunes Connect:

The binary you uploaded was invalid. The signature was invalid, or it was not signed with an Apple submission certificate.

My guess is that it is not properly signed. I have downloaded my App Store distribution certficate, but I can't figure out how to "sign" my application with it. The SDK's documentation about code signing is not very helpful. (FWIW, I can install the app on my iPhone just fine using the development provisioning profile.)

However, it is possible that I screwed things up on a more basic level. Here's what I did to try to prepare it for upload:

  1. In Xcode, select the Device|Release target
  2. Select the target and click the Info button. Change "Code Signing Identity" to "iPhone Distribution", and change "Code Signing Provisioning Profile" to my App Store distribution profile.
  3. Build
  4. Go to the directory where the built MyApp.app bundle is, control-click and choose "Compress" to create MyApp.zip
  5. Upload MyApp.zip to the App Store via iTunes Connect (which resulted in the above error message).

Can anybody give me any hints?

Edit: Found someone with the same problem. Unfortunately, he won't tell us how he fixed it.

(Note: For general information on submitting iPhone applications to the App Store, see this questionSteps to upload an iPhone application to the AppStore.)

show/hide this revision's text 7 added 196 characters in body; edited tags; edited title; deleted 98 characters in body

Preparing an Invalid iPhone Application for Submission to the App StoreBinary

I'm trying to upload an application to the iPhone App Store, but I get this error message from iTunes Connect:

The binary you uploaded was invalid. The signature was invalid, or it was not signed with an Apple submission certificate.

My guess is that it is not properly signed. I have downloaded my App Store distribution certficate, but I can't figure out how to "sign" my application with it. The SDK's documentation about code signing is not very helpful. (FWIW, I can install the app on my iPhone just fine using the development provisioning profile.)

However, it is possible that I screwed things up on a more basic level. Here's what I did to try to prepare it for upload:

  1. In Xcode, select the Device|Release target
  2. Select the target and click the Info button. Change "Code Signing Identity" to "iPhone Distribution", and change "Code Signing Provisioning Profile" to my App Store distribution profile.
  3. Build
  4. Go to the directory where the built MyApp.app bundle is, control-click and choose "Compress" to create MyApp.zip
  5. Upload MyApp.zip to the App Store via iTunes Connect (which resulted in the above error message).

Can anybody give me any hints?

(BTW, if you feel an overwhelming desire to warn me about the NDA, please just calm down and move along.)

Edit: Found someone with the same problem. Unfortunately, he won't tell us how he fixed it.

(Note: For general information on submitting iPhone applications to the App Store, see this question.)

    Post Made Community Wiki by Community
show/hide this revision's text 6 added 15 characters in body
show/hide this revision's text 5 Update steps I've tried
show/hide this revision's text 4 added 536 characters in body
show/hide this revision's text 3 added 73 characters in body
show/hide this revision's text 2 added 342 characters in body
show/hide this revision's text 1