简体   繁体   中英

how to install my application OTA in iphone simulator

I need to download and run my application from the web server.

I think For that i need to place my application .app files in web server.

Perviously i did this for blackberry.

For that i place .cod files in web server,and type url http://1.1.8.1/Downloadmyapp/myapp.aspx in browser,

then my app gets downloaded and by run it,it will run fine.

Is it possible for iphone.If it is how can i done can any one pls suggest me.

pls help me.

Thank u in advance.

This isn't how iOS apps are installed. They are installed via the App Store on the device or via syncing with iTunes.

You cannot install an iOS app over the air in the simulator or on the device.

通过iOS 4.0更新,可以在设备上安装OTA测试版Beta。您可以在此处使用的varios选项为http://www.readwriteweb.com/mobile/2011/01/7-tools-for-ota- IOS-β-testing.php

You can do this with iOS 4. All that is required is a manifest XML file, and a signed IPA file. You can read all you need to know about this here:

http://developer.apple.com/library/ios/featuredarticles/FA_Wireless_Enterprise_App_Distribution/Introduction/Introduction.html#//apple_ref/doc/uid/TP40009979-CH1-SW2

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM