You could do you own OTA setup:
- Set up a simple webpage with a link to the
plist
that you will create in step 3
- do an adhoc build, then from
Organiser - Archive - Share
enable the checkbox "Save for Enterprise Distribution"
- enter the URL of your simple web page from step one and a Title, save it
- upload
ipa
and plist
file to the simple webpage
- email Url of simple web page to
manager
and ask manager
to click on link in simple webpage
Should work from iOS 4 onwards. Remember to bump the bundle version each time you make a new build for manager
. I did overwrite one adhoc build on the device with a newer build but official word in the docs is that the version should increase between installs.
Alternatively you could email the ipa
and ask manager
to drag&drop into iTunes, but this method will require a computer running iTunes. The first method will work from the device itself
EDIT:
Sorry meant to write plist, not ipa. The anchor in the simple webpage would be the plist:
<a href="itms-services://?action=download-manifest&url=http://<server>/<directory>/<name-of-plist-from-step3>
The Application URL
entered into the organizer window would be the ipa:
http://<server>/<directory>/<name-of-ipa-from-step3>