• 设为首页
  • 点击收藏
  • 手机版
    手机扫一扫访问
    迪恩网络手机版
  • 关注官方公众号
    微信扫一扫关注
    公众号

ios - 应用程序在后台保持几分钟后被杀死

[复制链接]
菜鸟教程小白 发表于 2022-12-12 18:39:46 | 显示全部楼层 |阅读模式 打印 上一主题 下一主题

  • 当我打开我的应用并做一些事情时(比如导航到某个 ViewController),然后我有几分钟不触摸应用 iPhone 被锁定(应用进入 BackGround State)

  • 现在 分钟(大约 5 分钟)当我解锁 iPhone 我的应用程序被杀死了。 不在打开状态(事件状态)。我需要通过单击应用程序图标来明确打开它。

  • 我没有在 BackGround State
  • 做任何事情
  • 还有一点要补充的是应用没有崩溃



Best Answer-推荐答案


如果您正确检查了您的应用程序没有崩溃,它会显示在多任务 UI 中,而您不是 executing code in the background ,那么我会说您的应用程序正在被系统终止(由于内存压力或其他原因)。

Apple's documentation提及:

Apps must be prepared for termination to happen at any time and should not wait to save user data or perform other critical tasks. System-initiated termination is a normal part of an app’s life cycle. The system usually terminates apps so that it can reclaim memory and make room for other apps being launched by the user, but the system may also terminate apps that are misbehaving or not responding to events in a timely manner.

Suspended apps receive no notification when they are terminated; the system kills the process and reclaims the corresponding memory. If an app is currently running in the background and not suspended, the system calls the applicationWillTerminate: of its app delegate prior to termination.

所以在您的场景中发生的情况是应用程序进入了暂停状态,并且在一段时间后(您提到的那 5 分钟)应用程序被系统终止了。
看看Background Transition Cycle .

如果您想减少应用程序因内存压力而终止的可​​能性,请查看 What to Do When Your App Enters the Background ,具体来说:

Free up memory as needed. Release any cached data that you do not need and do any simple cleanup that might reduce your app’s memory footprint. Apps with large memory footprints are the first to be terminated by the system, so release image resources, data caches, and any other objects that you no longer need. For more information, see Reduce Your Memory Footprint.

关于ios - 应用程序在后台保持几分钟后被杀死,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35551294/

回复

使用道具 举报

懒得打字嘛,点击右侧快捷回复 【右侧内容,后台自定义】
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

关注0

粉丝2

帖子830918

发布主题
阅读排行 更多
广告位

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

在线客服(服务时间 9:00~18:00)

在线QQ客服
地址:深圳市南山区西丽大学城创智工业园
电邮:jeky_zhao#qq.com
移动电话:139-2527-9053

Powered by 互联科技 X3.4© 2001-2213 极客世界.|Sitemap