Based on this link, it's not possible to restrict supported device to specific device models but I also read that it's possible to restrict it when your device is using a specific hardware via UIRequiredDeviceCapabilities
but I didn't see any key that pertains to devices with touch ID.
My question is, is there an app review safe way to restrict my app only to devices with touch ID? I may have overlooked some keys in the UIRequiredDeviceCapabilities
.
Just to add, I already know how to restrict it via code but the problem is it might get rejected in the app review based on my research so my only hope is in the UIRequiredDeviceCapabilities
maybe some combination of the existing keys that may lead to devices with touch id.
Reason: Fingerprint scanning is one of the primary security feature of the app.