iPhone MKMapView

发布于 2024-11-04 20:00:38 字数 216 浏览 0 评论 0 原文

我在后台运行应用程序时遇到问题,我已分配 mapview 并释放了所有对象,但在后台运行应用程序时出现以下错误:

void -[MKTileCache 同步](MKTileCache*, objc_selector*) 在后台调用!和 程序终止,在 info.plist 中设置 True,应用程序确实进入后台,

I have a problem while running the application in the background, I have allocated mapview and released all the objects and while running the app in the background getting the following error:

void -[MKTileCache synchronize](MKTileCache*, objc_selector*) called while in background! and
program terminates, have set True in info.plist, application did enter background,

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

情魔剑神 2024-11-11 20:00:38

请参阅http://developer.apple.com/library/ios/#documentation/iphone/conceptual/iphoneosprogrammingguide/CoreApplication/CoreApplication.html%23//apple_ref/doc/uid/TP40007072-CH3-SW1< /a>

特别是“成为一个负责任的、具有多任务意识的应用程序”部分。

我认为您应该停止在后台更新您对位置更新的看法。 MKMapView 可能是允许视图操作的规则的例外。

See http://developer.apple.com/library/ios/#documentation/iphone/conceptual/iphoneosprogrammingguide/CoreApplication/CoreApplication.html%23//apple_ref/doc/uid/TP40007072-CH3-SW1

particularly the section "Being a Responsible, Multitasking-Aware Application".

I think you should stop updating your views on location updates when in the background. MKMapView might be an exception to the rule that view manipulation is allowed.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文