I am stuck in this problem for two days now..
What I need to do is make a small iPad application that when the user launches, sends the iPad in kiosk mode/guided mode. I am required to use MDM for this (I am using Meraki for MDM https://meraki.cisco.com/products/systems-manager ).
However, I am not able to put the little pieces of information together to make one complete solution.
I know the following things:
I need to make my device "
Supervised", which I have already done using the Apple Configurator. But since then, when I connect the device to my mac,XCodedoes not show it as an option on which I can run my iOS application. Now it just shows the installediOS simulators. I don't know why this has happened..!!I have created a
.mobileconfigusingmeraki, and it is successfully installed on myiPad.However, whenever I try to alter the created.mobileconfigfile in order to introduce some morepayloads, myiPadrefuses to install it saying that "The profile cannot be installed due to an unknown error". There is no use of installing the meraki-generated.mobileconfigfile as-is because I have to includeApp Lock payloadin it in order to provide guided access too. However, this payload option is not available when i am using the meraki. So in any case, I need to alter the available meraki mobileconfig file.In case i create my own
.mobileconfigfile and include the requiredpayloads, How do I place it on MDM so that it can install the configuration file on the device when required
I am totally confused..!! Please help me out..!!