I just read about Mobile Device Management Server for iOS devices, but all documentations refers to “third party MDM Server”.
My problem is how can I develop one “third party MDM Server” myself ? I failed to find any doc about this.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You have the easy way and the hard way.
Easy way: OSX Lion Server ships with a “Profile Manager” section which offers the whole MDM process (with the SCEP stack). This service is made up of ruby scripts so you can peek to see how it’s done.
Hard way: implement your Profile Manager (profile generation and management), implement your Push server, add the SCEP stack (and the LDAP or Active Directory if you need to) and pray for everything to works together.
I choose the easy way 🙂