Posts

Post not yet marked as solved
0 Replies
320 Views
Dear Team,We are developing an MDM for an enterprise solution. Their are some commands like restart, shut down etc. To execute these command we need to make device as supervised. Currently we are making device as supervised using Apple Configurators 2. Is their an alternative to make device supervised without using Apple Configurator 2.
Posted
by iwizards.
Last updated
.
Post not yet marked as solved
1 Replies
414 Views
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 changes you can find XML below:<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"><plist version="1.0"><dict><key>Command</key><dict><key>RequestType</key><string>DeviceLock</string></dict><key>CommandUUID</key><string>543631bc-7030-11ea-bc55-0242ac130003</string></dict><dict><key>Command</key><dict><key>ManagementFlags</key><integer>0</integer><key>iTunesStoreID</key><integer>1237819720</integer><key>Options</key><dict><key>NotManaged</key><boolean>true</boolean></dict><key>RequestType</key><string>InstallApplication</string></dict><key>CommandUUID</key><string>abcd</string></dict></plist>
Posted
by iwizards.
Last updated
.
Post not yet marked as solved
0 Replies
423 Views
We have implemented our own MDM Config, after downloading when the server sends a push notification, we are getting the following error in our console:No valid MDM installation found. MDM will not listen to push messages. Error: Error Domain=MCMDMErrorDomain Code=12079 "No MDM instance is installed." UserInfo={MCErrorType=MCFatalError, NSLocalizedDescription=No MDM instance is installed., USEnglishDescription=No MDM instance is installed.}We are not able to find out what exactly this Error means and where we have gone wrong.
Posted
by iwizards.
Last updated
.