2017 © Pedro Peláez
 

library laravel-ota-distribution-ios

This package creates the html download views and routes required for both uploading ios builds and the creation of manifest files ready for downloading the ios builds.

image

pavankataria/laravel-ota-distribution-ios

This package creates the html download views and routes required for both uploading ios builds and the creation of manifest files ready for downloading the ios builds.

  • Wednesday, March 8, 2017
  • by PavanKataria
  • Repository
  • 1 Watchers
  • 6 Stars
  • 54 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Laravel OTA (Over-The-Air) Distribution for iOS

Latest Version on Packagist ![Software License][ico-license] , (*1)

The package creates the necessary files and routes on your server to cater for the upload of iOS .ipa files and provision the installation of those builds on iOS devices., (*2)

Great, how does it work?

The package allows an integration tool to submit an iOS build to your server - where you can act as the host - the package’s service provider creates the routes that 1) handle the submission of the build which in turn create the necessary manifest files, views, and the download page required for over the air distribution for ios devices, and routes to download the build using those generated files., (*3)

Note, since iOS 9, over-the-air distribution requires the https protocol or installation will fail., (*4)

Installation

Require this package with composer:, (*5)

composer require "pavankataria/laravel-ota-distribution-ios":"dev-master"

After updating composer, add the ServiceProvider to the providers array in config/app.php, (*6)

Laravel 5.x:

PavanKataria\OtaDistributionIos\ServiceProvider::class,

Run the publish command to finish with the installation, copy the views to the views vendor directory. The routes that serve the build use these views., (*7)

php artisan vendor:publish --provider="PavanKataria\OtaDistributionIos\ServiceProvider"

Lumen:

For Lumen, register a different Provider in bootstrap/app.php:, (*8)

License

The Laravel OTA Distribution for iOS package is open-sourced software licensed under the MIT license, (*9)

The Versions

08/03 2017

dev-master

9999999-dev

This package creates the html download views and routes required for both uploading ios builds and the creation of manifest files ready for downloading the ios builds.

  Sources   Download

MIT

The Requires

 

by Pavan Kataria

laravel distribution ios ota ipa over the air