I'm trying to get the current location and I'm running on this issue:
90% of times aprox. it just does it OK: it gets the location and calls didUpdateToLocation: or it fails and calls didFailWithError:. Everything as expected.
But sometimes (*always in the iOS 4.2 Simulator and sometimes on a real iPhone 4S device), it's not able to get a location at all and it does not call any of the callbacks (sometimes it calls didFailWithError but 2 or 3 minutes after starting updating location, sometimes it never does it), so I can't find a way to be aware of that.
By the way, it's the device/simulator who is not able to get the location because, when this occurs, the Maps application does not get the location either, showing the animated activity wheel indefinitely. The services are enabled and everything is well configured since it works most of the times.
So, the question: is there a way I can be aware of this circumstance and info the user?
Thank you all in advance