Hello,
I'm trying to develop a server side solution to remotely control permissions in and iOS device, on demand.
From what I have read it is possible using the MDM protocol and MDM push notifications, which allow my server to remotely change restrictions in an iOS device, for example, or even lock the device, on demand.
I know that the iOS device must install an MDM configuration profile to be able to be remotely managed. I also know that the server must have an APNS certificate with MDM permissions.
My question is:
- do I have to be an MDM vendor and/or join the Apple Developer Enterprise Program in order to generate the APNS certificate with MDM permissions ?
Thanks in advance.
Best regards