Question

The 'traditional' way to install an IPA file is via iTunes.

Its nice the way Test Flight and other tools allow doing this remotely, by downloading from an install link on the web or email.

I tried adding an IPA file to a remote server, and downloading, but Safari informed me "I don't know what to do with this file" (or words to that effect).

Assuming the UDID of the target device is in the provisioning profile, how can I have the file remotely installed on a device.

Was it helpful?

Solution

The search term you're looking for is "over the air" distribution. Try the guide here

OTHER TIPS

In a nutshell, these are the steps:

  • in Xcode, use the Product->Archive command to archive your project.

  • select the archive in the Organizer window and click the Distribute button

  • choose Ad Hoc/Enterprise deployment

  • when filling in the fields in the wizard, be sure to enter the URL where the application will be located correctly

  • once you've saved the signed app, put the app and the accompanying property list up on your server at the URL you indicated

  • create a web page or e-mail that includes a link to the property list

  • on a device, tap the link to install the app

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top