Can anyone give a guide from the start how to upload a iOS 5 Xcode 4.2.1 app to iTunes Connect?
And what is my SKU Number (Where can i find it?) .
Currently it reports: Status: Waiting For Upload
And i’m waiting for a iOS Paid Apps Contract.
But i can’t workout how to upload a iPad iOS5 app on Xcode 4.2.1!
And i can’t find distribution settings in my app!
The SKU # you make up. It will be used in your sales and financial reports to identify the product.
In XCode, perform an Archive build. Be sure the Archive action is configured to use your Release/Distribution build configuration (and that is set the way you want). From the XCode organizer you can view your archived builds. Select the one you want to submit and click “Validate”. Select your distribution code signing certificate. If it doesn’t validate, correct any issues.
Then select “Submit”. The validation process will repeat and your app will be uploaded.