Hi Support,May I push a policy to control device's camera permission.We
want to let some app has camera access privilege, and other apps
hasn't.How can I achieve this policy.Thanks.
As I know, MDM can control camera access privilege (allowCamera
property):
https://developer.apple.com/documentation/devicemanagement/restrictionsallowCamera
(boolean)If false, disables the camera, and its icon is removed from the
Home screen. Users ...