Hi, I'm a student doing a project on mobile software engineering. For my project I want to write a mobile software for the iPhone using the GPS technology. I want to know how would I emulate the GPS technology in XCode. Thanks
Easy. You can call the location manager delegate from a test script running on a timer. You might even be able to use logs from a real iPhone location manager as your regression test suites. Great for testing on a rainy day.