/ios-adhoc

OTA AdHoc Distribution of iOS apps

Primary LanguageJavaScriptMIT LicenseMIT

AdHoc distribution of iOS apps OTA

This small rack app using jQTouch makes it easy to distribute AdHoc builds of iOS apps over the air. This requires the client to be running OS 4.x

Setup

Place the following files in /public/files

  • AdHoc.mobileprovision
  • AdHoc.plist
  • YourApp.ipa

Update the URL for the following line below in /public/index.html

itms-services://?action=download-manifest&url=http://REPLACEME.com/files/AdHoc.plist

Running

Everything is just static HTML so you can simply place is on any web server. I have included a rackup file so you can easily push to Heroku.

Hockey is more robust PHP version of this same idea. Here is Apple’s Documentation on Enterprise App Distribution.