iPhone:我的应用程序需要支持多任务处理吗? [英] IPhone: Does my app need to support multitasking?

查看:24
本文介绍了iPhone:我的应用程序需要支持多任务处理吗?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

这是上传到应用商店之前的强制性要求吗?据我了解,使我的应用程序与多任务兼容是我需要实现的额外内容.(?)

Is this now a mandatory requirement before uploading to the app-store? As I understand it, making my app compatible with multitasking is something extra that I need to implement. (?)

推荐答案

不强制支持多任务.

要禁用多任务处理,您可以使用 info.plist 文件中的 UIApplicationExitsOnSuspend 键,该键可能显示为应用程序不在后台运行".

To disable multitasking, you can use the UIApplicationExitsOnSuspend key in your info.plist file, which may appear as "Application does not run in background."

参见 http://developer.apple.com/library/mac/documentation/General/Reference/InfoPlistKeyReference/Articles/iPhoneOSKeys.html 了解更多信息.

See http://developer.apple.com/library/mac/documentation/General/Reference/InfoPlistKeyReference/Articles/iPhoneOSKeys.html for more information.

这篇关于iPhone:我的应用程序需要支持多任务处理吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆