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
12
votes
3 answers

RestrictionManager getRestrictions() is always empty

I'm trying to set-up the remote configuration for my app with MobileIron EMM. I've done everything as described in developer guide: 1. I've set-up the manifest: ...
Evgeniy Mishustin
  • 3,343
  • 3
  • 42
  • 81
12
votes
5 answers

Unique Identifiers for iOS MDM

Since Apple is deprecating Unique Device Identifier for apps, what is the best approach to link back an Enterprise App on a device that has been enrolled with MDM? From MDM Protocol reference document, the enrollment is still using the the UDID for…
adiman
  • 522
  • 9
  • 18
11
votes
6 answers

Xcode creates wrong IPA folder structure

We normally have 'Payload' folder as root once we unarchive IPA files. However, suddenly Xcode has started creating IPAs with 'Applications' folder as root. Hence MDM is failing to locate files. Has anyone has faced a similar issue? We are running…
TeaCupApp
  • 11,316
  • 18
  • 70
  • 150
10
votes
1 answer

How to distinguish android application running under managed profile and regular profile?

Android 5.0 (API level 21) allows enterprises to set up managed profiles. If a device has a managed profile, the profile's settings are under the control of the enterprise administrator. The administrator can choose which apps are allowed for that…
Evgeniy Mishustin
  • 3,343
  • 3
  • 42
  • 81
10
votes
3 answers

How to be a MDM Vendor for iOS

Did a lot of research on this. Saw several opinions, few say I need a Apple Enterprise account, few say I don't. Having a MAC server would help? Do I need to have an enterprise account to be a MDM vendor. Any pointers would be great. I saw the…
nithinreddy
  • 6,167
  • 4
  • 38
  • 44
9
votes
2 answers

How can I get hold of (or bypass) the Android DPC Support Library?

I'm trying to implement an MDM client app for Android, known in the Android For Work world as a Device Policy Controller or DPC. Google's documentation for building a DPC is here. The documented process begins with downloading the DPC Support…
Mark Whitaker
  • 8,465
  • 8
  • 44
  • 68
9
votes
3 answers

iOS MDM service and MDM agent app

I'm researching about MDM in iOS, and find out information about Apple’s native iOS mobile device management. Once the device is enrolled into a MDM server, server can manage the device by sending commands. I tested on a MDM server and saw that…
Lucy
  • 165
  • 2
  • 13
9
votes
5 answers

ios 7 MDM Server

We built our own MDM server using OSX Server and an apple mini to manage about 100 iPads. Everything worked great then ios 7 was released. We have various pads that have different things happening to them.. some are getting the app push but the app…
Monergy
  • 939
  • 3
  • 13
  • 24
8
votes
3 answers

Installing an app remotely (using MDM)

I have read the Apple documentation regarding Mobile Device Management (MDM) but did not find what I was looking for. Can somebody help me with the following? I have an enterprise account and I want to manage a few devices using MDM. Is it possible…
Sandy
  • 343
  • 3
  • 7
  • 18
8
votes
2 answers

Make my Android app to fully kiosk mode when enabled

I am trying to make my feedback app to support fully kiosk, I have tried a lot of solutions but Nothing is completely satisfying my need. Here are the things that I found yet. 1. Make my app as Device Admin/Owner App(Lock Task) - If we follow this…
B.shruti
  • 1,589
  • 1
  • 21
  • 41
8
votes
1 answer

Key Chain Data loss when app distribute through MDM

In our iPad application user has to enter his details for registration. After the user enters his details we save those details in the Device's keychain. So next time the user launched the app user can use the app without registering again. Since…
GBD
  • 15,847
  • 2
  • 46
  • 50
8
votes
2 answers

How to change only the subject(CN) in existing csr

I have a csr(Certificate Signing Request). I have to just change the CN from that csr, leaving other fields intact. It is like updating the existing csr. This should be done automatically. Is there any method to do this in c/c++/openssl?
Swapnil More
  • 188
  • 2
  • 4
  • 12
8
votes
4 answers

What are supported device attributes on iOS during enrollment phase?

I'm installing configuration profile using over-the-air (OTA) enrollment. What are supported device attributes on iOS during first phase payload? I'm sending sth like: PayloadContent
user1829451
  • 83
  • 1
  • 4
7
votes
2 answers

generate MDM certificate

I am new to iOS development. I have to create MDM certificate for utilize default iOS MDM capabilities. I have gone through the documents ,how to generate APNS certificate for MDM Server,but I am not getting clear idea how to generate MDM…
user1274836
7
votes
1 answer

OurPact Parental Control over iOS device

I asked a question recently about whether I can have parental control over iOS devices. Link of the question is below :- Is it possible to write a parental control app for iOS? A senior developer answered and said this is not possible to do without…
Awesome.Apple
  • 1,316
  • 1
  • 11
  • 24
1
2
3
68 69