Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can we hide apps installed on our phone using MDM?

Tags:

ios

iphone

ipad

mdm

I have a requirement where i have to hide some specific apps on the phone once the app which i am developing is installed on the phone.I will be using MDM , i want to know is it possible to hide other apps using MDM.

like image 668
Harshit Avatar asked Nov 10 '22 01:11

Harshit


1 Answers

yes you can do that with the Restriction feature of the Apple MDM

https://developer.apple.com/documentation/devicemanagement/restrictions

You can blicklist the iOS apps from the home launcher and apps will be hidden for that device, The only condition is you can only use this feature in supervised iOS devices.

enter image description here

You can make your iphone supervised with 2 methods:

  1. Apple Business Manager or DEP (Over the air or automated enrollment)
  2. Manual or self enrollment using apple configurator 2
like image 74
Rajesh Koshti Avatar answered Nov 15 '22 12:11

Rajesh Koshti