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
7
votes
2 answers

What are the available iPhone MDM AccessRights

I am currently using 8191 for the 'AccessRights' variable required for the MDM payload (com.apple.mdm). Now when using this the users gets the following message: The administrator may collect personal data, add/remove accounts and restrictions,…
Thizzer
  • 16,153
  • 28
  • 98
  • 139
7
votes
1 answer

Identity certificate - IOS MDM

I have few questions regarding Identity certificate in Profile Payload. Forgive the ignorance, if some questions are basic. 1.) I found that, we can either use SCEP standard or PKCS12 certificate directly for device identification. SCEP is…
BinaryMee
  • 2,102
  • 5
  • 27
  • 46
7
votes
1 answer

How to check whether device is enrolled in MDM

I am looking for an API which will allow me to check whether MDM profile is installed on a device. It won't be submitted to AppStore, so private API are fine with me. However, it should work on jailed phone (so jailbreak solutions aren't…
Victor Ronin
  • 22,758
  • 18
  • 92
  • 184
7
votes
1 answer

Automated provision of certificates to Android clients

I am looking into large Mobile Device Management MDM solution which is supposed to support a variety of platforms, but of course primarily iOS and Android 3.x onwards. We need to provision certificates for allowing access to services such as VPN,…
7
votes
1 answer

Is it "safe" to install Android Device Administration applications in terms of privacy?

Is it "safe" to install Android Device Administration applications on my personal device? Can my company read my private data with that application? My company recently adopted a policy to install an enterprise application on each employee's…
Yoonsuh Ki
  • 71
  • 1
  • 3
7
votes
3 answers

APNS notifications not reaching devices enrolled in Apple MDM

Apple MDM is used. It is MDM using APNs. The topic of mobileconfig is the same as the thing of Subject of APSP-XXX.pem. The character string of a device token and PushMagic reached the MDM server after the setup of mobileconfig. I sent wording of…
Tsurumaru Makoto
  • 229
  • 6
  • 20
7
votes
1 answer

MDM - APNS not working

We are implementing MDM solution in house. We have registered as MDM vendor and followed the steps from this site and got the final APNS certificate. We also installed a MDM profile in the device which points to our back end server which is capable…
Venky
  • 175
  • 6
  • 10
6
votes
3 answers

mobileconfig file with mdm payload, is invalid profile

I'm trying to install .mobileconfig file that was created through IPCU. but when I click on an attached .mobileconfig file in mail. It occured error message as "invalid profile". what is problem ? if the certificate is problem, please let us know…
user1111216
  • 61
  • 1
  • 4
6
votes
1 answer

Is it possible to send multiple commands in single plist - apple MDM protocol

We are developing an MDM for an enterprise solution. We were able to execute a few commands on the device and facing some challenges while developing a particular use case: To send multiple commands in Single plist. We have tried with a few XML…
Siddhant Mishra
  • 346
  • 1
  • 15
6
votes
3 answers

how to disable wifi assist without user interaction

I have couple of URLs that has to be called(programatically) through wifi not with mobile data. As WIFI ASSIST is on , whenever the wifi is weak ,packets get transferred through Mobile data. I would like to stop this from happening. As far as I have…
Durai Amuthan.H
  • 31,670
  • 10
  • 160
  • 241
6
votes
1 answer

Enterprise App Single App Mode doesn't always automatically boot

I am currently encountering issues with an Enterprise App that is run in Single App Mode. The devices used are iPad Mini running iOS 9.3.2 & 9.3.5. The tablets are Supervised & the MDM I am using currently is Meraki by Cisco. When the tablet is…
6
votes
1 answer

How to send .ipa to Airwatch MDM

I have a problem on how to send the .ipa of my application to a client using MDM Airwatch. He told me that they already have another application provider, who sends .ipa files, and after putting them into Airwatch they are been distributed to all…
Jany
  • 97
  • 1
  • 6
6
votes
0 answers

Creating a C# SCEP server

I am trying to build a SCEP server to support Apple MDM Device Enrollment. This needs to be implemented into our current MDM Service, written in C#. I have looked into the following for inspiration: JSCEP, a java library for scep server…
Greenberg
  • 81
  • 7
6
votes
3 answers

Airwatch Android implementation

My question might seem really stupid, to those who have worked on android Airwatch implementation. But their documentation is not very well written, and I have a few doubts. So I have setup my user, and added my device using airwatch console. I…
Mayur More
  • 951
  • 2
  • 15
  • 37
6
votes
2 answers

Android Mobile Device Management: Disable screenshots capture across all apps

I am making an MDM app in which I have to block screen shot across all apps in device. I know using getWindow().setFlags(LayoutParams.FLAG_SECURE,LayoutParams.FLAG_SECURE) I can disable screen capture in my apps activities, but I want to disable…
Rizwan
  • 1,461
  • 12
  • 26
1 2
3
68 69