I wrote my first LocationAware app, therefore I read some examples in different books and looked also at the apple reference example.
I have the following problem, when I start my application I get the first fix with the correct Latitude and Longitude values quite quickly, but starting from the second update I only receive -0.0000 for both, Lat. and Long..
I have the problem on the device and also in the simulator.
They only main difference between my code and your code examples and the Apple LocateMe example is that I don't use the Singleton pattern to create a CLLocationManagerDelegate, maybe this is causing my problem.
Has anybody delt with the same problem or has an idea how to solve the problem?
I could also post some of my code, if you tell me which part is important for you.
Help would be really appreciated because I'm reaching a point where I become desperate.
Thanks in advance.