iphone - Getting error on using MKReverseGeoCoder -


When we are always trying to get MKReverseGeoCoder to get the error,

"/ SourceCache / ProtocolBuffer / ProtocolBuffer-47.1 / Runtime / PBCAverEaster.m: 682 Server returned error: 503

Error: error domain = PBRACasterArrayDydomon code = 6001 "operation could not be completed. (PBRequesterErrorDomain Error 6001.) "".

On the search for details, we learned that the error is due to the growth rate of reverse geo-coding requests. But we are sending only one request at a time and to ensure that the request number is low. Please explain the details behind the error. We have used CLGeoCoder and it works fine. Please suggest a way to solve the problem in earlier versions of iOS 5.0.

I'm pretty sure that this is because you are in trial, and use reverse geocoders and Google The server knows this. So, it has basically blocked you for a while. Try again later and see that it works.

You need to make sure that you are not calling geocoders more than once every 60 seconds.

Comments