1.9 用最新版xcode 打的包在ios13 上 进入后台会卡死

Can’t end BackgroundTask: no background task exists with identifier 3 (0x3), or it may have already been ended. Break in UIApplicationEndBackgroundTaskError() to debug.
Connection 4: received failure notification
[] nw_flow_add_write_request [C4.1 107.150.124.74:80 failed channel-flow (satisfied (Path is satisfied), interface: en0, ipv4, dns)] cannot accept write requests

上个版本 xcode打包的包 在ios13 上可以正常运行
最新版本xcode打的包 在ios12 可正常运行运行
就最新xcode打的包在 ios13上 进入后台,直接卡死

@panda

@jare

ios13下,这两个值不一样,ios12下是一致的

这段检测是否可删除

有解决方案吗?

是不是装了什么广告之类的第三方库导致?先确认下helloworld工程是否也会出现?

官方Demo一样卡死

我们游戏也卡死,一切换后台 屏幕直接卡住不动了

JS: 主场景进入后台
2019-10-12 14:56:03.626081+0800 hello_world-mobile[1071:192270] Can’t end BackgroundTask: no background task exists with identifier 6 (0x6), or it may have already been ended. Break in UIApplicationEndBackgroundTaskError() to debug.
D/AudioEngine-inl.mm (182): UIApplicationDidBecomeActiveNotification
JS: [WARN]: 间隔拦截
D/AudioEngine-inl.mm (172): UIApplicationWillResignActiveNotification
JS: 主场景进入后台
2019-10-12 14:56:15.624824+0800 hello_world-mobile[1071:192270] Can’t end BackgroundTask: no background task exists with identifier 10 (0xa), or it may have already been ended. Break in UIApplicationEndBackgroundTaskError() to debug.

@huanxinyin 能看下吗,很严重啊这个问题, 之前都正常的 没什么修改的地方 就这样了

微信登陆会切换到后台一下 在切回来直接卡死了…… 现在登陆都登陆不了

这边测试好像没有遇到这个问题,请问你是在 creator 哪个版本遇到的

2.1.3引擎的版本有bug,运行时间久了,会莫名其妙卡死,我这边是在骨骼动画播放完成的回调会卡死

引擎版本 1.9.3
XCODE版本 11

好像是 iOS13 的 bug
建议升级到 2.x 试试

楼主现在是删除测试还是更新了版本,版本2.0是没这段检测的

我的也是1.9.3 ,在ios同样问题,有没有什么好的解决方案?,项目多西很多升级引擎目前不太现实。

激活一下@引擎开发团队

抱歉没有现成的解决方法。2.2 已发布,和 1.9 隔着 1.10\2.0\2.1 三大版本,我们无力维护了,非常抱歉。

2.0.5也有类似的bug 大佬