iOS 所需的设备功能自动对焦相机
我有一个 iOS 应用程序,我将 所需设备功能
配置设置设置为需要 still-camera
和 auto-focus-camera
因为它需要在具有更好的自动对焦相机传感器的新一代设备上运行。
我现在收到用户报告,他们无法在新的 iPod Touch(第 4 代)和 iPad 2 设备上使用该应用程序。这两个都有较新的相机,所以它们应该可以工作,不幸的是我没有这些设备可供调试。
新版本的 SDK 是否更改了设备功能设置?如果不是,为什么这些设备功能设置不允许用户在应支持的设备(iPad 2 和 iPod Touch 第 4 代)上运行应用程序?
I have an iOS app where I set the Required Device Capabilities
config setting to require both still-camera
and auto-focus-camera
because it needs to run on newer generation devices that have the better auto-focus camera sensor.
I'm now getting users reporting that they are unable to use the app on new iPod Touches (4th gen) and iPad 2 devices. Both these have the newer camera so they should work, unfortunately I dont have either of these devices to debug with.
Have the device capability settings changed with newer versions of the SDK? If not, why are these device capability settings not allowing users to run the app on devices that should be supported (iPad 2 & iPod Touch 4th Gen)?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
iPod Touch 4
和iPad 2
摄像头都没有自动对焦功能。但我无法找到正确的文档。但还有另一个应用
这直接提到,由于这个原因,结果不会很好。Both
iPod Touch 4
andiPad 2
cameras do not have autofocus. I am unable to find the correct documentation though. But there is anotherapp
that directly mentions that the results will not be great for that reason.您提到的这两种设备都没有自动对焦相机。在我的 iPad 2 上按 App Store“安装”按钮会弹出一个对话框,提示由于缺乏自动对焦而无法安装。
Neither device you mention has an autofocus camera. Pressing the App Store "Install" button on my iPad 2 pops up a dialog saying it can't be installed due to the lack of autofocus.