admin管理员组

文章数量:1240991

I am trying to integrate google places autocomplete api. But it fails with a generic error. Not able to get any details. Any idea what could be going wrong?

The error log Domain=com.google.places.ErrorDomain Code=-1 "Something went wrong with the connection to the Places API server." UserInfo={NSLocalizedFailureReason=Something went wrong with the connection to the Places API server., NSUnderlyingError=0x6000035a8000 {Error Domain=com.google.places.api.server.ErrorDomain Code=-1 "(null)" UserInfo={NSUnderlyingError=0x6000035c5890 {Error Domain=NSURLErrorDomain Code=-999 "cancelled" UserInfo={NSErrorFailingURLStringKey=={apiKey}&sessiontoken=BC3ED61C-AA05-4F3B-8F5E-B94AB5380CA5&input=texa, NSErrorFailingURLKey=={apiKey}&sessiontoken=BC3ED61C-AA05-4F3B-8F5E-B94AB5380CA5&input=texa, _NSURLErrorRelatedURLSessionTaskErrorKey=( "LocalDataTask <61FD3877-12B9-4294-94F8-5FFE135978D2>.<4>" ), _NSURLErrorFailingURLSessionTaskErrorKey=LocalDataTask <61FD3877-12B9-4294-94F8-5FFE135978D2>.<4>, NSLocalizedDescription=cancelled}}}}}

本文标签: Google places autocomplete api fails in iOS appStack Overflow