- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
每当需要完成任务时,我都会在应用程序的许多地方使用 beginBackgroundTaskWithExpirationHandler
,并在任务结束时执行 endBackgroundTask
。在我的代码的一些关键部分,我想知道应用程序当前是否可以暂停(如果有后台)。
所以,每当我执行 endBackgroundTask
时,我想检查整个应用程序中是否有任何 UIBackgroundTaskIdentifier
不是 UIBackgroundTaskInvalid
以便我可以通知所有关键部分该应用程序不再受任何 beginBackgroundTaskWithExpirationHandler
保护并且是可追加的。[UIApplication sharedApplication]
是否有任何属性可以存储这些值?或者有其他方法可以知道吗?
最佳答案
我相信如果您想从应用程序的较低位置访问它,您必须将其值存储为一个属性。如果您将它存储为您的应用委托(delegate)的属性,您可以通过以下方式在任何地方访问它:
[[[UIApplication sharedApplication] delegate] backgroundTask]
关于ios - 如何检查整个应用程序中是否有任何 UIBackgroundTask 处于事件状态?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19050999/
每当需要完成任务时,我都会在应用程序的许多地方使用 beginBackgroundTaskWithExpirationHandler,并在任务结束时执行 endBackgroundTask。在我的代码
我在 delphi berlin 下。我的应用程序在后台监听位置更新。当他们在后台进行位置更新时,我需要将数据发送到服务器,但正如我在互联网上阅读的那样,我需要在 UIBackgroundTask 中
我的代码: dispatch_async(dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_HIGH, 0), ^{ @aut
我是一名优秀的程序员,十分优秀!