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
First of all you have to create a new App ID in in the iOS Provisioning Portal. To create your App ID be sure to use the same Bundle Identifier that you are using in your project.
Second you have to create a Distribution Provisioning Profile in the "Provisioning" section and "Distribution" tab. This profile will link your App ID with your Distribution Certificate. Be sure to select "App Store" Distribution Method, and the App ID reciently created. Download the Distribution Profile and double-click to install (you can also add it manually with the Organizer in the "Devices" tab).
Now you are able to setup the codesign section in your project. Select the profile you have just created for release and distribution methods, archive and then validate.
For further information you can read the How to's in the iOS Provisioning Portal