Well like many other I encountered some problems while uploading my binary to appstore. This is the error that I see "The binary you uploaded was invalid. The signature was invalid, or it was not signed with an Apple submission certificate."
I have :
- created distribution certificate and I have private key in the keychain.
- created the distribution provisioning profile and downloaded it to my computer.
- created distribution configuration, and changed to correct code signing identity in project and target
- product identifier should be correct since my app has identifier.*
- In build log I see CodeSign build/Distribution-iphoneos/Service_Live.app with correct paths ProcessProductPackaging Service_Live/build/Distribution- phoneos/Service_Live.app/embedded.mobileprovision
- I have restarted xcode several time and even recreated the project.
Any idea what the problem is or at least how I can find will be appreciated .