vote up 0 vote down star

hello,

On reading the iTunesConnect_DeveloperGuide.pdf, i came across the term binary. This is the paragraph found in the pdf:

To submit your application through iTunes Connect and get it posted on the
App Store successfully, make sure you have the following: Application binary (includes 57px icon), large 512px icon for use on the App Store, primary screenshot, contract information, export compliance information and applica- tion metadata

It is also mentioned that the binary should be a zipped file.

Can anyone please explain what is a binary and how to create one?

Thanks

flag

2 Answers

vote up 1 vote down check

In this case, what Apple really means is the complete Application Bundle. You create it by building your project with XCode for the iPhone OS target. Don't forget to sign it for App Store Distribution during the XCode build process, as described in Apple's iTunes Connect / Developer Pogram Portal documentation.

link|flag
Thanks MrMage, i'll definitely remember it. – CodeWriter Sep 30 at 13:38
vote up 2 vote down

This is the method I found out. Please correct me if there is any mistake:

Find the file ending in ".app" in the Products folder of your application in Xcode. Right-click on it and choose Show In Finder. From there, right-click again and choose Compress.

The resulting zipped file is the binary of your iphone application.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.