Top Banner
Deploy, Deploy iOS Adhoc Deployment Aleksey Novicov May 16, 2011 Monday, May 16, 2011
10

OTA WIreless Deployment

Feb 09, 2017

Download

Technology

alekseyn
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: OTA WIreless Deployment

Deploy, Deploy

iOS Adhoc Deployment

Aleksey NovicovMay 16, 2011

Monday, May 16, 2011

Page 2: OTA WIreless Deployment

Two Deployment Methods

1. OTA Wireless Deployment

✓New since iOS 4.0

2. iOS Simulator Bundle

✓Requires Xcode Developer Tools

Monday, May 16, 2011

Page 3: OTA WIreless Deployment

OTA Wireless Deployment1. Build to Archive

2. Share to create adhoc files

3. Upload app (.ipa) file and manifest (.plist) file

4. Construct the web page<a href="itms-services://?action=download-manifest&url=http://www.yodelcode.com/apps/Tonic.plist">Install Tonic</a>

5. Set server MIME typeapplication/octet-stream ipa

Monday, May 16, 2011

Page 4: OTA WIreless Deployment

Monday, May 16, 2011

Page 5: OTA WIreless Deployment

Monday, May 16, 2011

Page 6: OTA WIreless Deployment

Monday, May 16, 2011

Page 7: OTA WIreless Deployment

OTA Wireless Deployment

Monday, May 16, 2011

Page 8: OTA WIreless Deployment

iOS Simulator Bundle

1. Benefits

• Useful for projected demos

• Useful for creating videos

2. Usage

• Download the Simulator Bundle App

• Drag your app onto Simulator Bundle

• ZIP it up and distribute

Monday, May 16, 2011

Page 9: OTA WIreless Deployment

iOS Simulator Bundle

Monday, May 16, 2011

Page 10: OTA WIreless Deployment

Resources

• http://developer.apple.com/library/ios/#featuredarticles/FA_Wireless_Enterprise_App_Distribution/Introduction/Introduction.html

• https://github.com/landonf/simlaunch/downloads

Monday, May 16, 2011