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
6
votes
1 answer

Distribute Enterprise app in house

I built an app for a company, then they bought an Enterprise license and are now ready to distribute the app. I have been following this article: Distributing Your Application In-House I have successfully created the .ipa file, but then it just says…
user3925803
  • 3,115
  • 2
  • 16
  • 25
6
votes
0 answers

Android Pre-installed system app with device administrator permission?

I am building an pre-installed MDM app for OEM use case where app will be pre-installed on the device. One of the requirements is that this app should not require any manual set up. I have not found a way yet to activate device administrator…
user899849
  • 311
  • 4
  • 15
6
votes
2 answers

Using autonomousSingleAppModePermittedAppIDs and UIAccessibilityRequestGuidedAccessSession together with Meraki as MDM to enter single app mode

I have a small number of devices I've set as supervised using Apple Configurator. However I'm unable to get the app to successfully enter single app mode using the UIAccessibilityRequestGuidedAccessSession API. I created a configuration profile with…
Sandeep Phadke
  • 862
  • 9
  • 23
6
votes
1 answer

Programatically detect if an iOS device is supervised?

Is there a way to detect programatically if an iOS device is supervised. MDM server can query the device about the supervision state, but is it possible to detect from an app? Any help would be beneficial.
ZestyZest
  • 911
  • 13
  • 27
6
votes
1 answer

Programmatically verify an MDM profile (configuration) has been successfully pushed to an iOS device?

I am writing an iOS client app that sends a request to a server who turns around and requests that an updated configuration profile be pushed to my device via external MDM (AirWatch). I believe the profile shows up in Settings -> General ->…
6
votes
0 answers

how does tombstones works in android-kernel

mkdir /data/tombstones 0771 system system symlink /data/tombstones /tombstones mkdir /tombstones/mdm 0771 system system mkdir /tombstones/modem 0771 system system mkdir /tombstones/lpass 0771 system system # For firmwares …
Ravike14
  • 71
  • 5
6
votes
2 answers

'InstallProfile' command via MDM

I'm able to query device information, get list of profiles installed on the device etc, but am unable to install a profile onto the device. I've configured a restrictions profile. When I host it on my server and download it via Safari, it installs.…
Sahil Khanna
  • 4,262
  • 8
  • 47
  • 72
6
votes
2 answers

Error using the "App Lock" configuration profile setting (aka "kiosk mode") with an iPad/iOS6.0

Background: Apple provides a "kiosk mode" for their iPads as part of iOS6 which locks the device into one application (even boots directly into the app too). Great for using iPads in retail/restaurants/etc. In order to use this, the device first…
looselycoupled
  • 629
  • 1
  • 7
  • 16
6
votes
3 answers

MDM:iOS mdm command sending format

I am in initial stage of MDM Server implementation, I know that when ever MDM Server wants to send the MDM Command to iOS device,Server sends push notification and then device responds back server the format of which is PUT: /server
user1332780
6
votes
3 answers

MDM Agent on iOS

I worked on MDM in Android, and used the API's to lock, wipe etc when I receive a C2DM push message from the server. When I was trying to explore more on the iOS part of it, I was a bit confused. I got a feeling that, we don't need to code a agent…
nithinreddy
  • 6,167
  • 4
  • 38
  • 44
5
votes
3 answers

iOS Enterprise developer Account: get device token

I have used the iOS development account for creating APNS SSL certificate for sending the push notification to an iOS device for development purpose. I can get the device token using objective c sample code in iOS device.Then I can use that device…
user1236213
5
votes
1 answer

Apple MDM CSR Signing fails on Signature validation

I'm been wrestling with this issue for the last few days. Wondering if anyone else has encountered this. I'm trying to sign a CSR with my MDM Vendor certificate. I'm following the instructions in…
savagepanda
  • 857
  • 12
  • 25
5
votes
3 answers

Updating Configuration Profile installed in iOS device in MDM

I want to send a configuration payload to a device. Eg. I want to send a restriction payload (Disallow safari) to a particular device. i.e. I want to update the configuration profile installed on the device. Do I need to send this configuration…
Manmay
  • 539
  • 2
  • 12
  • 28
5
votes
1 answer

MDM DeviceLock Payload Error

After sending the DeviceLock Payload, I get the below error: : : Failed to parse JSON message payload for topic 'com.apple.mgmt.mycomp.mdm': Unexpected end of input while parsing string at line number 1, column 116
Manmay
  • 539
  • 2
  • 12
  • 28
5
votes
3 answers

Delivering MDM DeviceLock Payload

We were able to get an response with Status as Idle after send the first payload as mdm:. Now we want to send a simple device lock payload. we followed the exact same process to send the payload but the response returned was blank. We are following…
Manmay
  • 539
  • 2
  • 12
  • 28