Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cvburgess/in-houseappstore

A DIY Enterprise Appstore for iOS
https://github.com/cvburgess/in-houseappstore

Last synced: about 8 hours ago
JSON representation

A DIY Enterprise Appstore for iOS

Awesome Lists containing this project

README

        

# In-House AppStore for iOS
#### An easy solution for distributing apps with iOS Enterprise Developer Program

## Instructions
1. Distribute your apps according to Apple's Enterprise Distribution Guide
2. Upload a folder with the above's contents to your server (http://mysite.com/apps/myapp/)
3. Point the code in the .xcodeproj to your server
4. Distribute the In-House AppStore to anyone you want to have access to your apps via hyperlink

## Example Screenshot

![][1]

[1]: http://cvburgess.aws.af.cm/wp-content/uploads/IH-AppStore.png

## Best Practices
1. This app is indented for use with the Enterprise iOS program. As a registered enterprise developer you do not need to gather UDIDs or other device information.
2. Keep your naming consistent. when you export your app, use the file name (case-sensitive) everywhere. The app expects consistant file naming.
3. Fork, modify, customize! The artwork included is only a suggestion and can be easily swapped out.

## License

(The MIT License)

Copyright (c) 2012 Charles Burgess <[email protected]>

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
'Software'), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.