How can I make sure my app on iOS AppStore only show compatibility for AVCaptureMultiCamSession enabled devices only? I need to write a key under "Required Device Capabilities" in the info.plist file, but which key? I didn't find the key in the documentation
How do I set compatible devices to only AVCaptureMultiCamSession compatible devices in Xcode?
Hello,
The iphone-ipad-minimum-performance-a12 key would be the closest match to what you are looking for.