更新GooglePlaces框架后出现错误(Ver 2.0.1)

时间:2016-09-20 13:28:21

标签: ios compiler-errors google-places-api

我为我的iPhone应用更新了GooglePlaces框架。 框架版本是2.0.1。

(1.13.2 - > 2.0.1)

我更新了GoogleMaps和GooglePlaces。

placesClient.autocompleteQuery(searchText!,bounds:nil,filter:nil)....

此方法出现错误,即每日限制未经验证的使用超出。

但方法调用次数已达到每日限制。

方法错误信息请参阅以下内容。

Error Domain=com.google.places.ErrorDomain Code=-3 
"An internal error occurred in the Places API library. If you believe this error represents a bug, please file a report using the instructions on our community and support page (https://developers.google.com/places/support)." 

UserInfo={NSLocalizedFailureReason=An internal error occurred in the Places API library. If you believe this error represents a bug, please file a report using the instructions on our community and support page (https://developers.google.com/places/support).,

NSUnderlyingError=0x7f8e00332950 {Error Domain=com.google.places.server.ErrorDomain Code=-1 "(null)" 

UserInfo={NSUnderlyingError=0x7f8e0012ca30 {Error Domain=com.google.GTLRErrorObjectDomain Code=403 "(Daily Limit for Unauthenticated Use Exceeded. Continued use requires signup.)" 

UserInfo={error=Daily Limit for Unauthenticated Use Exceeded. Continued use requires signup., GTLRStructuredError=GMSx_GTLRErrorObject 0x7f8dfae31a80: {message:"Daily Limit for Unauthenticated Use Exceeded. Continued use requires signup." errors:[1] code:403}, NSLocalizedFailureReason=(Daily Limit for Unauthenticated Use Exceeded. Continued use requires signup.)

我更新了框架版本。 出了什么问题?

请告知如何解决。

0 个答案:

没有答案