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)?