I am trying to make a corporate application that should list all installed applications on the iPhone, and should also allow the user to remove some applications from the current application. I know this is not possible using any direct APIs. ' But I found that using the MDM API is possible. I looked at the docs about this on the Apple website http://images.apple.com/iphone/business/docs/iPhone_OTA_Enrollment_Configuration.pdf
But I'm not sure where I need to start. What steps should I follow to access these APIs on the iPhone side. Do I need to perform all these steps programmatically when I open the application, otherwise they will be processed by the server.
Share your ideas on how to implement this from a developer's perspective.
Thanks in advance.
source share