When i am using reverse geocoding in iphone i get this error in console.
/SourceCache/ProtocolBuffer_Sim/ProtocolBuffer-51.2/Runtime/PBRequester.m:684 server returned error: 503
What does it mean and how this error can be removed to get the geocoding information of current location? I have run this in both simulator and device and same error occurs from last two days. Few days back it gives the proper information.
I can solve this problem in following ways:
First in my interface,i use
and in my implementation
and use the delegate method
After doing this I can get reverseGeocoding information.