I am developing an application for the iPhone, which is a location-oriented application. Currently, the application works just fine, except for caching the previous location. The first time I start the application’s location manager, it selects the current location, and then I show the neighboring things based on the current location.
But from the following, it uses the previously selected location and until I restart the phone, it will receive the same location. Therefore, so far I understand that the location manager caches the location.
So my question is how to remove this cache and get the location manager to get a new location thanks
source
share