When we are trying to use MKReverseGeoCoder always getting an error,
"/SourceCache/ProtocolBuffer/ProtocolBuffer-47.1/Runtime/PBRequester.m:682 server returned error: 503
error : Error Domain=PBRequesterErrorDomain Code=6001 "The operation couldn’t be completed. (PBRequesterErrorDomain error 6001.)"".
On searching for details, we found that the error is due to increased rate of reverse geocoding requests. But we are sending only one request at a time and sure that the request count is less. Please explain the details behind the error. We used CLGeoCoder and it works fine. Please suggest a way to solve the problem in versions older than IOS 5.0.