ios - MKReverseGeocoder location finder error {PBHTTPStatusCode=503} response in didFailWithError: delegate iPhone? -


Using the MKReverseGeocoder to find the current location in my iPhone app, I now have a Day App should not get current location (MKReverseGeocoder *) geocoder didFailWithError: (NSError *) error Representative (zero) reverseGeocoder - when I shoot difficult problem I've got the following error response from . Error message,

  SourceCache / ProtocolBuffer / ProtocolBuffer-92 / runtime / PBRequester.m: Error from 687 server: 503 2012-07-10 12: 21: 29.773 Dial25 [3046: 707 ] didFailWithError: - error domain = NSURLErrorDomain code = -1011 ". operation couldnâ ???? t be complete (. NSURLErrorDomain error -1011)" UserInfo = 0x264090 {PBHTTPStatusCode = 503}   

I used Google and [Gioder Otorekvejh] code> didFailWithError: representative found the answer to add, but should also not present for my app.

  - (zero) startFindLocationService {NSLog (@ "Location Launches Services"); CLLocationManager * locationManager = [[CLLocationManager alloc] init]; LocationManager.delegate = self; LocationManager.desiredAccuracy = kCLLocationAccuracyNearestTenMeters; LocationManager.distanceFilter = 20.0f; } - (zero) FindAdmissionBelatell: (CLLocation *) current location {CLLocationCoordinate2D locationToLookup = currentLocation.coordinate; MkRwar Geocoder * Reverse Geocoder = [[MKRowers Geocoder Allocice] Init With Coordinate: Locations-Lookup]; Reverse geocoder Delegate = Self; [Reverse geocoder start]; } - (void) reverseGeocoder: (MKReverseGeocoder *) geocoder didFailWithError: (NSError *) error {NSLog (@ "error:% @", [error description]); [Geodor cancellation]; Geocoder.delegate = nil; [Geocoder autorque]; }   

Can someone help me solve the problem? Thanks in advance. I am trying to find out more about geocoding myself and I can find some other references that can be helpful.

Comments