Pergunta

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 ?

Foi útil?

Solução

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.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top