IOS – How to disable camera on iOS devices in specific locations using a configuration profile or app

cameraconfiguration-profilesgeolocationios

What I need to do is to disable the iOS camera (and any apps using the camera, of course) when entering a specific location. I know that I can use a configuration profile that disables the camera completely, but that's unacceptable.

Best Answer

According to the Configuration Profile Reference, it is not possible to restrict functionality based on geolocation. As you note you can disable the camera entirely, but that is the only current option.