Želja Huber
Želja Huber

Reputation: 337

Submit app on AppStore without Xcode

How can I submit application on appstore without Xcode?

I do have Xcode but my client doesn't. I know he can get application loader and submit but I'm not sure what do I have to send him to load with application loader.

I found other answers on stackoverflow but I'm not sure how to work it out with my clients certificates/provisions. Since I set them in Xcode how can I set his provision profile?

If someone could provide full description on how to work it out with my Xcode and clients certificates/provision profiles.

Thanks.

Upvotes: 0

Views: 1907

Answers (1)

Grzegorz Krukowski
Grzegorz Krukowski

Reputation: 19792

  1. Archive your project with certificates you use for Appstore distribution
  2. Click Distribute
  3. Select save for Enterprise or Ad Hoc Deployment
  4. Save .ipa file and send him an ipa file

Upvotes: 1

Related Questions