I have to access MDM commands to my device. Without using local server can I access MDM commands through mobile service call ?
https://simplemdm.com/docs/api/?shell#introduction
From the abow link, service call is in Shell. Can I use this for iOS service call from device? How to convert the URL to swift language?
My understanding from the below link , that only through local web service device can use MDM commands. If manually call MDM commands from mobile web service to MDM server that won’t help.
Reference link: How to develop mobile device management application in iOS
If this is the flow, anyone know how exactly the process will be ?