iOS4 上的多任务处理:只能在 iPhone 上运行吗?
我在第二代 iPod Touch 上安装了 iOS 4.0。
绝对无法进行多任务处理。没有任何内容进入后台,双击主页按钮也不会产生任何结果。我想针对此新功能测试我的应用程序,但它似乎不适用于 iPod Touch 设备?
这只适用于 iPhone 吗?或者是否有一些像 4.0.0.1 这样的小升级可以启用多任务处理?或者我必须在某个地方手动启用它?
真的很奇怪。我做的事情和苹果公司的人在演示视频中做的完全一样。
I have iOS 4.0 on an iPod Touch 2nd Gen.
There's absolutely no multitasking working. Nothing goes to the background, and double-tapping the Home Button results in just nothing. I wanted to test my app against this new feature, but it appears that it doesn't work for iPod Touch devices?
Does that only work on the iPhone? Or is there some minor upgrade like 4.0.0.1 that enabled multitasking? Or must I enable that somewhere, manually?
Really strange. I do the exact same thing like the Apple guys do in the demo videos.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(7)
文档说:
您可以使用以下代码测试是否支持:
The documentation says:
You can test if it's supported with the following code:
多任务处理仅适用于 3GS iPhone 及更高版本。您的第二代 iPod Touch(有点像 iPhone 3G)不太走运。对不起。
编辑:需要明确的是,您需要第三代 iPod Touch。
Multitasking only works on the 3GS iPhones and up. You are out of luck with your 2nd Gen iPod Touch (its like the iPhone 3G, sort of). Sorry.
EDIT: You would need a 3rd Gen iPod Touch, just to be clear.
您需要第三代 iPod Touch 才能正常工作。我遇到了同样的问题。
You need a 3rd gen iPod Touch for that to work. I've run into the same issue.
根据这篇 wikipedia 文章(请参阅功能部分),仅第 3 代 iPod 支持多任务处理
According to this wikipedia article (see features section) multitasking is supported on 3rd gen iPods only
Apple 的官方 ipsw(iphone 软件)已禁用 ipt2g 的多任务处理。如果越狱,您可以为设备启用多任务处理,但性能会很差。
Apple's official ipsw's (iphone software) have disabled multitasking for ipt2g. If you jailbreak you can enable multitasking for your device but the performance will be poor.
第 3 代 n 4g ... Iphones 支持多任务处理
Mutitasking is supported by 3 generation n 4g ... Iphones
我相信 UILocalNotifications(多任务处理包的一部分)在 2G iPod Touch 和 iPhone 3G 上受支持。
I believe UILocalNotifications, part of the multitasking package, are supported on the 2G iPod Touch and the iPhone 3G.