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?
Add a Comment