I have been looking for some time for something like a simulator CLLocationManagerthat will allow me to simulate the GPS ( CLLocation) positions that can be obtained via CLLocationManager) along a preliminary route (for example, a KML or GPX file
as an input, or something else, but KML will be nice;).
Something like this is available on the Android emulator, and I was wondering if something like this would exist for the iPhone simulator. At least it would be great and would speed up testing on a simulator instead of driving for real ....: /
If nothing of the kind exists, what will be your approach to faking such behavior and implementing the simulator in such a way that the client is not influenced? (There is no code change in the delegate CLLocationManager).
Thanks for your links, tips, approaches ...
yonel source
share