Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Format of applications submitted through Application Loader?

Tags:

iphone

upload

When I am using Application Loader to upload the app binary to the Apple do I submit a .zip file of my whole application or the .ipa file. I am confused about this process.

like image 871
Michael Avatar asked Jan 20 '23 14:01

Michael


1 Answers

For iOS applications you just need to submit a zipped .app, the same .app generated by Xcode is enough, no need to put it into an IPA before archiving it.

For Mac OS X applications (Mac App Store), you need to submit the PKG generated by Xcode's Organizer Share/Save To Disk… command.

Alternatively, you can use the Build And Archive command and submit via the Xcode Organizer window… as another user points out.

like image 129
Julio Gorgé Avatar answered Jan 31 '23 00:01

Julio Gorgé