Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I send an iOS app to someone to test? [duplicate]

Tags:

ios

I have developed an app and I would like to send it to the customer for testing on an actual device, which is the best way to do this?

Do I have to deliver the source code, build it and run it with XCode or there is an easier way?

like image 394
Void Avatar asked Nov 27 '13 12:11

Void


1 Answers

Do the following steps:

  1. Take the UDID of your customer's iOS Device (Search Google for how to get the UDID of the Device)
  2. Add that UDID to the Apple's Developer Portal
  3. Generate the new development or AdHoc provisioning Profile with that new UDID included in it.
  4. Use that new profile and generate the Application Build.
  5. Then save it for adhoc purpose and you will get the IPA file. You can send that file either to client or you can upload that IPA file to Diawi or Apple testflight (Testflight App)
like image 51
Rajan Balana Avatar answered Oct 02 '22 06:10

Rajan Balana