MKReverseGeocoder服务器返回错误:503 [英] MKReverseGeocoder server returned error: 503

查看:134
本文介绍了MKReverseGeocoder服务器返回错误:503的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

目前我正在开发一个iPhone应用程序,我必须显示用户当前使用Mapkit Framework的城市和位置。当我构建应用程序时,它工作正常并向我显示确切的城市详细信息。但是现在当我尝试再次构建应用程序应用程序在我的日志中显示以下错误消息

Currently i am developing an iPhone application where i have to show user's current city and location for which i am using Mapkit Framework.When i build the application it works fine and show me the exact city details .But right now when i try to build the application again application shows following error message in my log

/SourceCache/ProtocolBuffer_Sim/ProtocolBuffer-26/Runtime/PBRequester.m:523服务器返回错误:503

/SourceCache/ProtocolBuffer_Sim/ProtocolBuffer-26/Runtime/PBRequester.m:523 server returned error: 503

reverseGeocoder:didFailWithError:错误域= PBRequesterErrorDomain代码= 6001操作无法完成。(PBRequesterErrorDomain错误6001。)

reverseGeocoder: didFailWithError:Error Domain=PBRequesterErrorDomain Code=6001 "Operation could not be completed. (PBRequesterErrorDomain error 6001.)"

是否有任何身体面临同样的问题,我该如何解决?

Is any body facing the same issue and how can i resolve it?

推荐答案

我很确定这种情况正在发生,因为你正在测试,反过来使用反向地理编码器,Google的服务器知道这一点。所以,它基本上阻止了你一段时间。稍后再试,看它是否有效。

I am pretty sure this is happening because you are in testing, and using the reverse geocoder too much and Google's servers know that. So, it has basically blocked you for a while. Try again later and see if it works.

您需要确保每60秒不要多次调用地理编码器。

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

这篇关于MKReverseGeocoder服务器返回错误:503的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆