I would like my app to be used on iPhone8 or above only. I've checked iOS Device Compatibility but i believe it's outdated. No mention of the newer phones like XS/XS Max/XR.
iPhone8/X & above use the A11 Bionic chips, Water resistant to a depth of 1 metre for up to 30 minutes & supports Wireless charging or even devices with the notch. Features not available in older devices/models.
I have already restricted it to iPhone7 & above by using nfc as key
in UIRequiredDeviceCapabilities
So is there a way to restrict my app to iPhone 8/X and above by setting the UIRequiredDeviceCapabilities
keys? If so what are those keys
?
Any help is appreciated.