Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to generate an iPA file using only development certificate in iPhone?

I dont have a paid account at apple site. Therefore my client sent me development certificate after creating provisioning profile there. Now he asked me to load this certificate in xcode and generate an executable or ipa file to test the application in iPhone device.

Can anybody tell me the way to achieve this?

Thanks in advance

like image 428
Sanchit Paurush Avatar asked Mar 28 '12 10:03

Sanchit Paurush


People also ask

How do I create an IPA file?

Select Product->Archive then select Share and save the . ipa file. Rename the ipa file to . zip and double click on zip file and you will get .

What is development certificate in iOS?

An iOS developer certificate is a code-signing certificate, a digital signature that associates you and your digital identity with your applications. On the Mac, you must create and submit a request for an iOS development certificate. For more information, see the Apple documentation.


1 Answers

I do that following these steps:

  1. Build the source code
  2. Go to Organizer > Projects and select your project, then open the derived data folder by clicking on the arrow.
  3. Locate the .app file (usually Build > Products > Debug-iphoneos) and drop it to iTunes
  4. Pick the app from iTunes and drop it to the desktop for example. iTunes will convert that to ipa.
like image 179
yeforriak Avatar answered Sep 28 '22 05:09

yeforriak