Document for creating APNS Push Certificate for MDM Server

Hi All,


Is there any Apple document published for creating APNS certificate to be used with MDM Server. I do have a certificate but, the device is not receiving the push notifications at all.


I also read that subject line in the APNS certificate should be something like


UID=com.apple.mgmt.External.13818cd9-434f-4216-9404-c412d3903eb6 which should match with the Topic in the MDM Payload. But I didn't find any apple document to verify this.


Any help is appreaciated.



-Thanks.

In order to properly generate an apns cert you need to do the following:


1. Generate an apns request plist from your mdm and save it locally

2. Go to https://identity.apple.com/pushcert/

3. Sign in with the apple id that you want to use to generate the apns cert with

4. Click on 'create a certificate'

5. Agree to the terms and conditions (if you already haven't)

6. Upload the locally saved plist and add any notes

7. Click 'download' to download the newly created apns certificate

8. Upload the apns certificate to your mdm


Done!

Hi All,


Is there any Apple document published for creating APNS certificate to be used with MDM Server. I do have a certificate but, the device is not receiving the push notifications at all.


I also read that subject line in the APNS certificate should be something like


UID=com.apple.mgmt.External.13818cd9-434f-4216-9404-c412d3903eb6 which should match with the Topic in the MDM Payload. But I didn't find any apple document to verify this.


and i also chekced connection to gateway.push.apple.com:2195 it is connecting with my server.

i dont not where is the problem.


Any help is appreaciated.

Document for creating APNS Push Certificate for MDM Server
 
 
Q