Questions tagged [mdm]

Mobile Device Management

Mobile Device Management is a way to give IT departments the ability to securely enroll devices in an enterprise environment, wirelessly configure and update settings, monitor compliance with corporate policies, and remotely wipe or lock managed devices.


Master data management (MDM) is a comprehensive method of enabling an enterprise to link all of its critical data to one file, called a master file, that provides a common point of reference. When properly done, MDM streamlines data sharing among personnel and departments. In addition, MDM can facilitate computing in multiple system architectures, platforms and applications.

1033 questions
5
votes
1 answer

Can we hide apps installed on our phone using 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.
Harshit
  • 59
  • 1
  • 6
5
votes
1 answer

Is it possible to get username from AppConnect MobileIron Sdk?

I am working on mdm systems and i need get username that logged in to MobileIron from device is it possible to get user informations from MobileIron ios lib AppConnect?
yatanadam
  • 1,254
  • 1
  • 11
  • 19
5
votes
2 answers

iOS MDM policies

I need to prepare a presentation on iOS Mobile Device Management. I have been asked to include the policies that are implemented and choose one of the and describe it in detail. The problem is, I don't know what are the different policies that…
Crazed'n'Dazed
  • 461
  • 1
  • 7
  • 20
5
votes
1 answer

Apple iOS MDM Server Setup Device Enrollment/Configuration

We are trying to setup our own internal iOS MDM server, and we were having some issues in that what we see doesn't neccessarily match up with what we expect, based on the Apple documentation. Following the instructions on the Apple site, we setup a…
Hawkeye001
  • 791
  • 2
  • 11
  • 25
5
votes
1 answer

Provisioning Profiles Can Be Installed Using MDM

Apple's Mobile Device Management Protocol Reference states on page 44 at the bottom Third-party enterprise applications require provisioning profiles in order to run them. You can use MDM to deliver up-to-date versions of these profiles so that…
jbrown94305
  • 185
  • 2
  • 11
5
votes
2 answers

Error when combining scep and mdm payloads - enrollment server did not provision valid identity certificate

I'm working on rolling my own MDM service, and I'm trying to combine the SCEP and MDM payloads as the MDM protocol document from Apple suggests. I created my own SCEP web service in C# .Net and I know that the device can get a valid certificate…
Ken Austin
  • 131
  • 1
  • 6
5
votes
2 answers

iOS: MDM Check-in samples

I am in early stage of Mobile Device Management implementation. I am in process to get iOS Enterprise developer account.I have already started exploring MDM Server implementation. I need some iOS sample Check-in data which is received from iOS…
user1315958
4
votes
2 answers

iOS: config profile for mobile device management

I am able to create and install(in iOS devices) general mobileconfig profile generated by iPhone configuration utility(IPCU) v3.5(289) in Mac OS 10.6.8. But when I am generating config profile for mobile device management, not able to install it in…
iphoneconfig
  • 143
  • 4
  • 5
4
votes
3 answers

MDM - Over-the-Air Profile Delivery and Configuration

We are following the below article for over the air enrollment and profile delivery…
Venky
  • 175
  • 6
  • 10
4
votes
2 answers

iOS: Mobile Device Management

I am little confused about the MDM, wish that someone could help me here. I have studied the docs from the Apple website regarding the iOS MDM,but still I feel puzzled ,I have some questions. Whether MDM server is communicating APNS every-time when…
Achilles
  • 1,065
  • 2
  • 13
  • 29
4
votes
1 answer

MDM API Integration in iPhone

I am trying to do an enterprise application which need to list all the installed apps in iPhone and also should allow the user to delete some apps from current application.I know this is not possible using any direct API's.But I found that using MDM…
MobX
  • 2,640
  • 7
  • 33
  • 54
4
votes
0 answers

How to read "com.apple.configuration.managed" Using MDM To Configure An Enterprise App Via UserDefaults - Swift 3 or 4

let serverConfig = UserDefaults.standard.dictionary(forKey: "com.apple.configuration.managed") print("serverConfig count: \(String(describing: serverConfig?.count))") Above code always returning nil for iOS 11 and above. but same code is working…
Tejas Shah
  • 106
  • 2
  • 8
4
votes
0 answers

Sqlite Database suddenly closed on devices using MDM in Native Android app

Our android application is used by thousands of user and has been live for the past four years. The app stores hundreds of thousands of rows where on a daily basis thousands are inserted, updated and removed in a number different tables. We are…
Vivek
  • 4,170
  • 6
  • 36
  • 50
4
votes
5 answers

Android Do not Disturb (DnD) permission in managed profile

I have the following problem: My app is distributed over an MDM system and runs in Android for Work. In certain situation, the app must temporarily terminate the DnD mode. To achieve this, the user must grant the DnD permission when the app is…
4
votes
1 answer

Failing to create android management signup URL

I'm trying to access the new Android Management API for our organization but I run into problems accessing the API. Everything runs fine when accessing the API through the API explorer. To run this on our server, I have created a new project in the…
stamppot
  • 325
  • 1
  • 4
  • 11