Found this great tool to assist in creating HTML files for OTA deployment from a webserver:
http://www.hanchorllc.com/2010/08/24/introducing-ios-beta-builder/
Scenario:
You have multiple testers or clients who need to see regular previews of the app.
Problem:
Emailing large files to each individual for every incremental version release. Recipients may have difficulty using iTunes/Xcode for installation or may not have immediate access to a PC.
Solution:
Users can install the app OTA by visiting your webserver on Safari
- Create a directory called “Payload”
- Copy app file into Payload
- Zip Payload directory (must be done on a Mac)
- Rename zip file as appname.ipa
- Use Beta Builder tool to create necessary HTML files
- Drop the whole lot into your webserver
- Recipients visit URL via Safari and install app OTA
Step 5 only needs to be done once - I just replace the exiting ipa file on the web server. I also have the web folder linked into dropbox so it gets updated automatically.
The HTML is also easily editable so that you can have versioning information for users to read too.
You don’t need to use the Beta Builder tool after you have the HTML code you can just edit it to suit your needs - it’s just convenient. [import]uid: 11393 topic_id: 5193 reply_id: 305193[/import]