Bogdan Grozian
Bogdan Grozian

Reputation: 21

How do I set compatible devices to only AVCaptureMultiCamSession compatible devices in Xcode?

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

https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/iPhoneOSKeys.html#//apple_ref/doc/uid/TP40009252-SW3

Upvotes: 1

Views: 186

Answers (1)

Related Questions