iOS App will not die, writes to console & plays sounds after quit

不问归期 提交于 2019-12-06 06:38:05

The app may have a background voip flag set. If it does, the OS will restart the app if it exits abnormally (or when the device restarts).

what audio framework are you using? the iPod app, GarageBand and other audio apps present red flashing in the title bar when audio processing continues after exiting the app. This wouldn't happen with Cocos Denshion I don't think, so you must be using an Apple framework for your audio? The answer likely lies with how it is configured. Apple gives some of its own audio frameworks permission to keep running when in the background so you can have customized music playing, like apps for radio stations, etc.

We will probably need code snippets also as the logs don't tell us what code is executed

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!