I\'m developing an app that connects to a web service for most of it\'s operations. As a shortcut, I\'d like to run a copy of my development server on my machine. Question i
The iOS Simulator uses the host machine network so you should be able to just use localhost or your machines IP address, whichever IP your web service is listening on.