3

We have taken iOS developer Enterprise account and we have received the MDM certificate which is in .pem format.We have download this mdm certificate from the portal https://identity.apple.com/pushcert/ But we don't have idea that this is production MDM certificate or development MDM certificate.

First we want to test MDM commands using development certificate and after getting MDM payloads,we can can continue for production.

So my question is how to create MDM/APNS certificate which can be used for getting MDM push notification from gateway.sandbox.push.apple.com , if this is possible.

I have gone through this pdf,but not getting fair idea about development MDM push notification.

Any help will be appreciated.

User97693321
  • 3,336
  • 7
  • 45
  • 69

2 Answers2

1

Follow this page: http://www.softhinker.com/in-the-news/iosmdmvendorcsrsigning

In order to use the sandbox APNS service, tick 'Use Development APNS Server' in the Mobile Device Management section in the iPhone Config Util of the configuration profile you will create to enrol your device with your server.

Abstractec
  • 656
  • 8
  • 15
0

My suggestion is try production APNS you can use this production APNS for live MDM product also.

If you are following this page, then take care of few things and see the question also.

Community
  • 1
  • 1
User97693321
  • 3,336
  • 7
  • 45
  • 69