如何在 iOS 4 上禁用快速应用程序切换(多任务)?

编程入门 行业动态 更新时间:2024-10-23 16:22:44
本文介绍了如何在 iOS 4 上禁用快速应用程序切换(多任务)?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

在 iOS 4 中,当用户按下 Home 按钮时,正在运行的应用程序将保存当前状态并进入后台.但是我正在开发一个应用程序,我不希望它进入后台.我希望它自杀,就像在 iOS 3 及之前的版本中一样.我该怎么做?谢谢.

In iOS 4, when a user presses the Home button, the running app will save the current state and go to background. However I'm developing an app and I don't want it to go to the background. I want it to kill itself, just like in iOS 3 and before. How can I do it? Thanks.

推荐答案

参见退出后台执行"library/ios/#documentation/iPhone/Conceptual/iPhoneOSProgrammingGuide/Introduction/Introduction.html%23//apple_ref/doc/uid/TP40007072-CH1-SW1" rel="noreferrer">iOS 应用程序编程指南:

See "Opting Out of Background Execution" in the iOS Application Programming Guide:

"...您可以明确选择退出通过添加后台执行模型UIApplicationExitsOnSuspend 键您的应用程序的 Info.plist 文件和将其值设置为 YES."

"...you can explicitly opt out of the background execution model by adding the UIApplicationExitsOnSuspend key to your application’s Info.plist file and setting its value to YES."

更多推荐

如何在 iOS 4 上禁用快速应用程序切换(多任务)?

本文发布于:2023-11-27 03:10:39,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1636327.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:应用程序   快速   如何在   iOS

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!