Search code examples
iosobjective-cdistributionprovisioning-profileios-provisioning

If I have the device ID for an iPad, can I build and send this app for someone to install remotely?


Upon receiving the device id, what steps do I need to follow to ensure that the app can be sent to my client who has an ios device with the device id mentioned earlier. Then for the client to be able to install that app in iTunes on a windows PC?


Solution

  • 1) Log in Member Center (http://developer.apple.com/membercenter/) and add the new device.

    2) Update your provisioning profiles adding that device to the list.

    3) Archive your App for Ad-Hoc Distribution and generate an IPA file.

    As I pointed here (How to thoroughly test a release build?), I recommend you to use TestFlight, would be much easier...