Simulating location updates on the iPhone Simulator
问题 I want to allow users to set the GPS information on the iPhone Simulator via GUI. But I'm not sure how to archieve this - it seems that this tool called iSimulate does this somehow by installing an own SDK. But I can't figure out how they "override" / "hack" the simulator by that. Thanks! 回答1: As far as I know, iSimulate is not employing any hacks. It is code that runs within your app on the Simulator which communicates with a device over the network. When it receives messages from the device