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,XCode
does 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
.mobileconfig
usingmeraki
, and it is successfully installed on myiPad.
However, whenever I try to alter the created.mobileconfig
file in order to introduce some morepayloads
, myiPad
refuses to install it saying that "The profile cannot be installed due to an unknown error
". There is no use of installing the meraki-generated.mobileconfig
file as-is because I have to includeApp Lock payload
in 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
.mobileconfig
file 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..!!