PDA

View Full Version : Writing a GPS app




cuongluong
Oct 21, 2008, 06:54 PM
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



Pring
Oct 21, 2008, 07:43 PM
No can do, you need to test it on the actual device.

Edit: Ah right, I'm an idiot and misread you. See comment below :P

firewood
Oct 21, 2008, 08:47 PM
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.


.