ios - 捕获 googlemaps for ios 的异常
<p><p>我正在使用 Googlemap 进行反向 GEO 编码。</p>
<p>当我手动终止应用程序时,我得到了“崩溃”:</p>
<pre><code>-
Background execution would crash in this scenario
</code></pre>
<p>google的解决方法是:</p>
<pre><code>You can catch this exception, and attempt re-initialize GMSServices once you have come to the foreground.
</code></pre>
<p> <a href="https://code.google.com/p/gmaps-api-issues/issues/detail?id=7716" rel="noreferrer noopener nofollow">https://code.google.com/p/gmaps-api-issues/issues/detail?id=7716</a> </p>
<p>我没问题,反正代码快要死了。问题是我在框架中的任何地方都找不到 <code>GMSBackgroundAppException</code> (我需要它所在的 h 文件才能捕获它)</p></p>
<br><hr><h1><strong>Best Answer-推荐答案</ strong></h1><br>
<p><p> <a href="https://code.google.com/p/gmaps-api-issues/issues/detail?id=7716" rel="noreferrer noopener nofollow">Here's the bug report for this on Google's forums.</a> </p>
<p><code>GMSBackgroundAppException</code> 不是公开的,也无法被捕获,正如您所发现的。我建议遵循该线程中给出的关于在进入后台时对 mapView 进行快照的建议,这可能会首先避免这个问题。</p></p>
<p style="font-size: 20px;">关于ios - 捕获 googlemaps for ios 的异常,我们在Stack Overflow上找到一个类似的问题:
<a href="https://stackoverflow.com/questions/30014281/" rel="noreferrer noopener nofollow" style="color: red;">
https://stackoverflow.com/questions/30014281/
</a>
</p>
页:
[1]