Question

In iOS, is it possible for apps managed via MDM to get access to photos and text/WhatsApp text messages of user stored on user's iPhone. If yes, what kind of permissions do these actions require?

Was it helpful?

Solution

MDM controls how an iOS device is remotely configured and what apps are pushed to be installed. It has nothing to do with what permissions are available to an app.

Reading photos stored on devices requires access to user photos. The mechanism to ask user for photos permission can be programmed by an iOS app developer and would work in the same way irrespective of the way the app is installed (MDM or App Store).

There are no permissions/mechanisms available in iOS which can let a third party app read text and WhatsApp messages. Each app is technically sandboxed and need to seek permission from iOS to access user data and device hardware.

Licensed under: CC-BY-SA with attribution
Not affiliated with apple.stackexchange
scroll top