How to implement blacklist application using MDM protocol for iOS device

1k views Asked by At

We just wanna block some Apps installation or running on iOS device, we tried to use mdm protocol to implement it, but we did not find any stuff for blacklist feature. Most of MDM vendor just gave a alert/msg when they found some Apps(which are in blacklist) installation/running. Can we block it running/installation ?

1

There are 1 answers

2
Victor Ronin On BEST ANSWER

There is nothing in MDM protocol which prevent a user from installing and running an app.

The only thing which you can do is to get a list of installed appellation through MDM and do some action (as example alerting or compliance enforcement) if you detected blacklisted app.