How to create an MDM / APNS development certificate?

We took the iOS developer account of the developer, and we got the MDM certificate, which is in .pem format. We downloaded this mdm certificate from the portal https://identity.apple.com/pushcert/ But we have no idea that this is a production MDM certificate or an MDM development certificate.

First, we want to test the MDM commands using a development certificate, and after receiving the useful MDM data, we can continue to work.

So my question is how to create an MDM / APNS certificate that can be used to receive MDM push notifications from the gateway.sandbox.push.apple.com file, if possible.

I looked at this in pdf format, but did not get a reliable idea of ​​the development of MDM push notifications.

Any help would be appreciated.

+3
source share
2 answers

My suggestion is an attempt to produce APNS, you can also use this production APNS for a live MDM product.

If you follow this page , take care of a few things and look at the question .

0
source

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

APNS , " APNS- " " " iPhone Config Util , , .

+1

All Articles