I have build an application for IOS and it runs fine on IPhone 4 (and above) and all IPads.Just the 3GS seens to lack power to run it well. Can i exclude the app for these devices?
I have found using UIRequiredDeviceCapabilities and http://developer.apple.com/library/ios/#documentation/General/Reference/InfoPlistKeyReference/Articles/iPhoneOSKeys.html限制使用必需功能的应用程序。但是我找不到能排除3GS的东西。有人知道吗 ?
最佳答案
将UIRequiredDeviceCapabilities
密钥添加到info.plist文件,并将front-facing-camera
作为必需值。如果我是对的,则3GS没有前置摄像头。这是apple documentation with all possible values。如TonyMkenu在评论中提到的,请检查此链接for UIRequiredDeviceCapabilities and Device Compatibility Matrix
关于iphone - 从App(Adobe Air)中排除iPhone 3GS ,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/13489093/