Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Create ipa with no developer certificate for remote distribution

I have an iOS developer who isn't enrolled in Apple Development Program. I am enrolled in ADP. I need to get an ipa archive from him to install on my iOS device. He can not give me the project so I can just build and run it. Is there a way for him to make an .ipa file so I can run it?

I tried to follow this tutorial, but I don't have Code Signing Entitlements parameter in Build settings. Thanks

like image 993
cre8eve Avatar asked Dec 13 '15 21:12

cre8eve


2 Answers

Your developer can surely create an ipa, even if you don't give him access to the apple credentials.

  1. Generate Distribution Certificate from your Mac and Export it. (Guide)
  2. Create Adhoc Provisioning Profile like this.
  3. Send both these items to your Developer.
  4. Say to your developer to follow the steps here after archive, in order to create final ipa.

Hope it helps!

like image 164
NightFury Avatar answered Sep 29 '22 05:09

NightFury


There are several little programs for signing IPA files, which don't require knowledge of command-line tools or XCode: iModSign, InstaSign, iResign and others.

like image 27
nredko Avatar answered Sep 29 '22 05:09

nredko