Iphone 3Gs And Iphone 3(Iphone 3Gs 和 Iphone 3)
问题描述
我希望我的应用程序仅安装在运行 iOS 4.0 而不是 iPhone 3 的 iPhone 3Gs 和 iPhone 4 上.我通过在名为 multitasking 的 info.plist 文件的 UIRequiredDeviceCapabilities 中添加一个新字段来做到这一点,但是当我提交文件时我收到一封来自苹果的电子邮件,说我在 info.plist 中为 UIRequiredDeviceCapabilities 字段使用了无效的密钥.有没有其他方法可以让应用程序不安装在 iphone 3 上而只安装在 iPhone 3Gs 和 iPhone 4 上.
I want my app to be installed on only iPhone 3Gs and iPhone 4, running iOS 4.0 but not on iPhone 3. I did that by adding a new field in UIRequiredDeviceCapabilities in info.plist file called multitasking but when I submitted the file I got an email from apple saying that I used an invalid key in info.plist for the field UIRequiredDeviceCapabilities. Is there any other way for the app not to be installed on iphone 3 but only on iPhone 3Gs and iPhone 4.
问候,安库尔
推荐答案
将armv7放到UIRequiredDeviceCapabilities中.初代 iPhone 和 iPhone 3G 使用 armv6.
Put armv7 in the UIRequiredDeviceCapabilities. The original iPhone and the iPhone 3G use armv6.
这篇关于Iphone 3Gs 和 Iphone 3的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:Iphone 3Gs 和 Iphone 3


- 在 Iphone SDK 的导航栏上添加多个按钮 2022-01-01
- GPS状态的广播接收器? 2022-01-01
- 类似于 Mail.app 的 iPad 模态视图控制器? 2022-01-01
- URL编码Swift iOS 2022-01-01
- UITextView 内容插图 2022-01-01
- 网上有没有好的 UIScrollView 教程? 2022-01-01
- Xcode 7.3 中带有 UILabel 的 UIStackView 2022-01-01
- 如何在 iPhone 模拟器中重置 NSUserDefaults 数据? 2022-01-01
- 使用自动布局向 UIScrollView 添加动态大小的视图 2022-01-01
- SetOnItemSelectedListener上的微调程序错误 2022-01-01