Reputation: 440
I've read a tutorial about Apple push notification here
Due to it, I have to provide App Id to identify which application will receive the notification. In case of MDM server, the receiver is built-in client, so what value I have to put in field "App Id" when I register for SSL certificate
on another question I've post, I was answered that in case of MDM, the field "Topic" is used for built-in client to receive the notification. Topic is put in MDM payload that server sent to client. So how server register this field with APNS
Thank all,
Upvotes: 2
Views: 844
Reputation: 23268
1) You don't go through usual push certificate creation route.
What you do is following
All of these is described in a lengthy details in MDM protocol documentaion.
2)Here is how topic is shared between a client and the server
Upvotes: 4