I\'m having problems submitting my iphone application. I saw some similar questions, but I didn\'t find an answer.
When I archive the project and click validate, I get t
Your Build settings appears to have a DEVELOPER certificate for the RELEASE version.
In order, to validate and submit a binary you've to configure the release version to use a DISTRIBUTION certificate.
Create and download a Distribution certificate and import it (drag and drop to Xcode).
Configure the build/release for using the distribution certificate. If you don't see the new distribution certificate as an option for your build, check the AppleID used both for generate the certificate and for your Build settings. They must be the same, otherwise Xcode can't sign your app correctly.
This will solve your problem.