How to connect iOS device to local host.
Anyone know if it's possible to make HTTP connections to your local machine from a USB-connected (via XCode) iOS device? Rather critical if you plan on developing an API for your app (seems like a common scenario). I tried disabling WiFi hoping it would fall back on the computer's connection, but no go. <edit>I should explain that my computer and iOS device both use WiFi via Time Capsule. I want the device to hit my computer first, so it will fall back on local/virtual hosts</edit>
In the interim, I'm using the Simulator.
Last edited by davidbjames; 03-10-2011 at 08:00 AM.
Reason: Better explanation of my situation
|