【发布时间】:2015-05-03 13:19:20
【问题描述】:
我正在使用 Google 地图进行反向 GEO 编码。
当我手动终止应用程序时,我得到了“崩溃”:
-[GMSAsyncInitServices sharedInitWithSync:]
Background execution would crash in this scenario
google的解决方法是:
You can catch this exception, and attempt re-initialize GMSServices once you have come to the foreground.
https://code.google.com/p/gmaps-api-issues/issues/detail?id=7716
我没问题,反正代码快要死了。问题是我在框架中的任何地方都找不到GMSBackgroundAppException(我需要一个它所在的 h 文件才能捕获它)
【问题讨论】:
标签: ios google-maps google-maps-sdk-ios