【发布时间】:2020-01-28 07:04:14
【问题描述】:
我在我的应用程序中使用谷歌地图,自动完成结果不起作用(无法加载搜索结果重试)!
我关注了 Google 地图的 (Places API) Documentation,我已经在 Google Cloud Platform 中启用了 Places API,并且每次运行我都使用我的 iPhone 设备 运行,并且在控制台中我会收到以下消息:
错误:操作无法完成。由于超出配额使用限制,操作失败。有关使用限制以及如何申请更高限制的信息,请参阅使用限制指南 (https://developers.google.com/places/ios-sdk/usage)。
还有这条信息:
带有标识符:“com.google.GooglePlaces” 2019-09-28 06:47:44.079967+0300 DemoGM[564:36414] [framework] CoreUI:RunTimeThemeRefForBundleIdentifierAndName() 找不到 Assets.car 与标识符捆绑在一起:'com.google.GooglePlaces'
注意:我尝试了以下解决方案,但对我不起作用:
Can't load search results Google Places ios Swift
Google Places iOS - Can't load search result
Google Places AutoComplete on iOS - Can't Load Search Results - Try Again
【问题讨论】:
标签: ios swift google-maps autocomplete google-places-api