i want implement geolocation notification like the app reminders. this is what i have already done:
in App delegate:
self.locationMa
Try to use the
- (void)locationManager:(CLLocationManager *)manager didEnterRegion:(CLRegion *)region;
and
- (void)locationManager:(CLLocationManager *)manager didExitRegion:(CLRegion *)region;
delegate methods.