I followed these steps trying to implement an Apple MDM Protocol in asp-net web application:
- Got MDM Vendor certificate from Apple Developer website.
- Generated CertSigningRequest.
- Got APNS Certificate using CSR.
- Enrolled test company in Apple Business Manager and added new server using cert from step 1.
- Downloaded server token file in p7m format from ABM server details site.
Next steps should be an upload of these files to my console and use them for connection establishment between my server and MDM protocol. Docs seems lacking that kind of informations. Has anyone experience with MDM Protocol? Can you provide any further steps or some sample request? I assume that I should now create some kind of HttpClient using these certs to trigger functions from documentation but since there is no info in docs I am not sure what to do.
I found this sample project:
https://github.com/project-imas/mdm-server
But I wonder if is it still relevant? Its last commit has about 10 years so…
Many threads in this topic are so old so I wonder if making such implementation is still possible.
I’ll be glad for any answers.
New contributor
Faflak is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.