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
 
				
         
 
            
        基础教程推荐
- 如何使用 YouTube API V3? 2022-01-01
- 使用 Ryzen 处理器同时运行 WSL2 和 Android Studio 2022-01-01
- :hover 状态不会在 iOS 上结束 2022-01-01
- 固定小数的Android Money Input 2022-01-01
- LocationClient 与 LocationManager 2022-01-01
- Android文本颜色不会改变颜色 2022-01-01
- 在 iOS 上默认是 char 签名还是 unsigned? 2022-01-01
- “让"到底是怎么回事?关键字在 Swift 中的作用? 2022-01-01
- Android ViewPager:在 ViewPager 中更新屏幕外但缓存的片段 2022-01-01
- 如何使 UINavigationBar 背景透明? 2022-01-01
 
    	 
    	 
    	 
    	 
    	 
    	 
    	 
    	 
				 
				 
				 
				