Skip to content

mhgbrown/simple-ios-ad-hoc-distribution-site

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple iOS Ad Hoc Distribution Site

A simple site for the ad doc distribution of an iOS app ready for deployment on Heroku. Based on this Ad Hoc iOS distribution website starter.

Motivation

Distributing an iOS app is pretty painful in current world.

There are 3 ways to distibute your app.

  1. AppStore & TestFlight
  2. Ad Hoc
  3. Install directly with your Mac

Using Appstore to distribute your app is the most common and recommended way but also very painful to wait for the reviewing.

Sometimes we just want to show our app to friends and let them try first. You don't want to take your Macbook to visit every friend you want to impress with your new app.

Ad Hoc would be the best way for you to share your app with your friends.

Prerequisites

For Ad Hoc distribution, you need to sign your app using one of the following way.

  1. Enterprise Distribution Certificates
  2. Developer Distribution Certificates with adding your friends UDID

After signing your app, by following this process, you will get an ipa file and a mainfest file.

Usage

  1. Download the starter code here
  2. change config.js as yours
const config = {
  APP_NAME: 'Accountability',
  WEB_URL: 'https://your-site.herokuapp.com'
}

3.replace the ipa and mainfest file in folder app/

About

Simple site to facilitate the ad hoc distribution of an iOS app

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published