how to resolve “failed to resume in time” on iOS

|▌冷眼眸甩不掉的悲伤 提交于 2019-12-07 01:53:28

If you don't complete your startup code within approximately 5 seconds, iOS will assume your code has locked up, and will force it to exit.

I guess you may be loading too many resources on startup, or have some bug causing an infinite loop.

Make the large process done while app launch in a thread or timer.

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