tags:

views:

212

answers:

2

After reading another thread about creating the binary for App Store submission (http://stackoverflow.com/questions/1497547/how-to-create-binary-of-iphone-application) I'm still a bit confused.

Do I just compress the app in the build/Release-iphoneos directory?

Has anyone submitted a binary recently that can let me know how to do this?

Thanks!

+2  A: 

No, you should now have a build directectory called 'distribution-iphoneos' and then you compress the app in that.

Have you followed the instructions on Apple's website, In the iTunes Connect docs?

That's how I learned.

Sam Jarman
Which docs? I've read through the iTunes Connect Developer Guide and it doesn't say anything about how to make the binary...
J Frankes
page 51 of the pdf - iPhone Program User Guide.
Sam Jarman
A: 

The output of the build process is an application bundle, Apple want you to Zip/Compress that and send it too them.

Jessedc