0

I was wondering if it's possible (already googled it) to generate an .ipa of an application on a computer A, send the .ipa to a computer B, and the send the .ipa from computer B to the AppStore ?

Can't figure out how to do that.

David Ansermot
  • 6,052
  • 8
  • 47
  • 82
  • 1
    Have you tried [Application Loader](https://itunesconnect.apple.com/docs/UsingApplicationLoader.pdf) ? See page 35 'Delivering Your App Binary' – Pierre-Loup Oct 24 '14 at 08:52
  • 2
    Expanding on @Pierre-Loup 's answer, you can using Build > Archive to generate an archive, then from the Window > Organizer, you select that archive, hit "Export" and select for "iOS Appstore Distribution", this will generate the IPA file. You can then send it to computer B to use Application Loader to upload to iOS App Store, so as long as you use the correct Apple account to login to Application Loader. – Zhang Oct 24 '14 at 08:55
  • 1
    Gonna check for Application Loader. Come back to you two – David Ansermot Oct 24 '14 at 08:57
  • 1
    [This thread](http://stackoverflow.com/questions/5937660/how-to-create-the-upload-file-for-application-loader) might answer your question. – Pierre-Loup Oct 24 '14 at 08:57

1 Answers1

0

I used the application loader to do that.

I downloaded it on the iTunesConnect portal then I exported my app as an archive.
I then sent it to my mate and he uploaded it with the app.

David Ansermot
  • 6,052
  • 8
  • 47
  • 82