CLLocationManager Delegate changes in iPhone OS 4.0
- by Srilakshmi
Hi,
I have to run my app using iPhone OS 4.0. but while I am running my app the CLLocationManager Delegate is not getting called.
The Delegate method is
(void)locationManager:(CLLocationManager *)manager didUpdateToLocation:(CLLocation *)newLocation fromLocation:(CLLocation *)oldLocation{
}