I'm making MDM solution for my organization, and I have problem with push.
I have already setup MDM server, enroll MDM profile, create certificates, but when I try to push, APNS does not return anything and device does not connect to my server.
I use Apple docs and ruby code to setup server, this and this articles for certificate generation, houston for push.
I think problem is with certificates, but I can't figure out what's wrong.
didRegisterForRemoteNotification
method. – Raptor