/ios-enterprise-app-store

iOS Enterprise App Store

Primary LanguageRuby

Description

An iOS enterprise app store web application. You drop your application packaged as an .ipa in a directory, add some metadata in a json file, and your application will be available for download.

Steps to Add Application

  1. Xcode → Build → Build and Archive
  2. Click the “Share Application …” button
  3. Select the distribution profile
  4. Click the “Distribute for Enterprise …” button
  5. Type in any URL, Title, & Subtitle (these will be automatically generate by the web app)
  6. Create directory /public/apps/APPNAME
  7. Create /public/apps/APPNAME/manifest.json
  8. Put APPNAME.ipa in /public/apps/APPNAME
  9. visit root of web app and app will be listed

To Run Web App

ruby app.rb

or

rackup config.ru

or

thin -R config.ru start

Dependencies

gem install sinatra json