Roar Energy

Instructions for installing an iPhone App as an AdHoc Distribution (ie. without the App Store).  Same goes for iTouch etc.

This assumes the developer has created a Provisioning Profle which the UDID of the iPhone on to which the App is to be installed.  It also assumes a binary of the App has been built which is signed with this profile.

To install an AdHoc distribution you need 2 things.

  1. The Application binary file (ie. the actual application).  If it is zipped up, unzip.
  2. The Provisioning Profile.  This file has a bunch of key/encription type info so Apple can be sure this AdHoc distribution is ok to install on your phone.  You have probably previously provided the Phone UDID which would have gone into this file.  The file will probably have a extension “.mobilepovision”.

Install the Provisioning Profile:

  1. Plug in your iPhone
  2. Drag the Provisioning Profile over to iTunes and drop in on the Library group.  The library group should go blue when it is ready to drop.
  3. Done…

Install the App:

  1. With you iPhone still plugged in
  2. Drag the App binary file onto the Library group, as per the Provisioning Profile.
  3. Click on the Application icon in iTunes, you should see your app listed.
  4. Sync your iPhone and your App will be installed.

The App should now be installed.

· ·