Iphone Binary submitting tutorial?
iphone
Solution
I think it's a late response to this question; but after you've figured out the provisioning profile, and code signings, you must do the following:
Create the app in http://itunesconnect.apple.com > Manage Your Applications > Add New App You must follow the steps to prepare things to upload your binary, and after finishing this, make it "ready for upload". You can read the iTunesconnect developer guide to see how to do all these.
Connect your iDevice, and put the scheme running on the device instead of the simulator.
- go to `Product > Archive` from Xcode menu.
- The Organizer window will be opened automatically when archiving is done. Press `Validate` button, and proceed with your developer account ID.
- Follow the steps and continue till the validation is done successfully.
- Press `Distribute` button and again follow the wizard and wait till the binary is uploaded.
Problem
Alright I got my iphone application completly done and have done all the steps to get it submitted except for uploading the binary. Is there a step by step tutorial out therefor getting the binary all ready for uploading cause I'm completly lost. I just signed up for the developers program last night and am not sure if I need to download something to be able to publish my application or something.