我使用的是封闭资源的库,正在启动后台任务,但是我没有后台任务标识符...
...有人对我如何结束这项后台任务有任何聪明的主意?
它总是运行到完成,并且我经常收到如下崩溃报告:
Application Specific Information:
THEAPP[245] has active assertions beyond permitted time:
{(
<SBProcessAssertion: 0xee35590> identifier: UIKitBackgroundCompletionTask process: THEAPP[245] permittedBackgroundDuration: 600.000000 reason: finishTask owner pid:245 preventSuspend preventIdleSleep ,
<SBProcessAssertion: 0xeed2a60> identifier: UIKitBackgroundCompletionTask process: THEAPP[245] permittedBackgroundDuration: 600.000000 reason: finishTask owner pid:245 preventSuspend preventIdleSleep ,
<SBProcessAssertion: 0xee24f00> identifier: UIKitBackgroundCompletionTask process: THEAPP[245] permittedBackgroundDuration: 600.000000 reason: finishTask owner pid:245 preventSuspend preventIdleSleep
)}
谢谢
最佳答案
这是库中的错误,而我得到了带有修复程序的更高版本。似乎没有办法结束这项任务。
关于ios - 没有背景标识符的endBackgroundTask,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/8344753/