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.) Here's what I did to try to prepare it for upload: 0. Build the Device | Release target 0. Go to the directory where the built MyApp.app bundle is, and create a zipped archive like this: zip -r MyApp-1.0.zip MyApp.app 0. Upload MyApp-1.0.zip to the App Store (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.)