Ad Hoc利用html安裝

Ad Hoc利用html安裝


http://esrimobile.blogspot.tw/2012/10/making-release-build-for-ad-hoc.html
http://mobiledevelopertips.com/xcode/distribute-ad-hoc-applications-over-the-air-ota.html

http://aaronparecki.com/articles/2011/01/21/1/how-to-distribute-your-ios-apps-over-the-air


重點再
note: in my case I am using an Microsoft server and I had to add the corresponding MIME Types for the .ipa and .plist. (no screen shots, sorry)


1. Go to IIS Manager
2. Locate you web site folder
3. Right click and select Properties
4. Open HTTP Headers tab
5. Click on MIME Types button at the bottom
6. Click New... button and add these two
1. .ipa application/octet-stream
2. .plist text/xml


Now, on your device, navigate to the page and download and install the app.


你可能感兴趣的:(Ad Hoc利用html安裝)