I dealt with the problem for some time. The problem is that when I submit my mac application to the application store, I always get an invalid binary, and they talk about it because of an invalid signature. And I have to make sure that it is signed with the installer certificate, which it is.
Here is the complete message from them:
Dear Developer,
We found one or more issues with your recent binary submission for Mini Week. The following issues need to be fixed in order for your application to be considered:
Invalid signature. This error occurs when you signed the installer application incorrectly. Two certificates are required for this process: the certificate of the “third-party Mac application developer” and the “third-party Mac” Developer Installer. When signing your package, you need to make sure that you use the installer certificate to sign your package. Make sure you specify this certificate when sending the application through Xcode Organizer or when starting the product from the line command.
After fixing these problems, go to the description of the version of the application page (located in the "Manage Your iTunes Connect Applications" module) and click Finish to send the binary file. Continue reviewing until the status of the "Waiting for download" application appears. You can then use the Application Loader to download the fixed binary.
Hi,
ITunes Store Team
I canceled and reinstalled my certificates and development profile, but this does not seem to help, so I assume this is not a problem.
Is there anything else that can cause this? Maybe I need to make sure that something is correct in my build settings or something like that? But if so, then what? :)
Thank you in advance!