logicalparadox / apnagent

Node.js adapter for Apple Push Notification (APN) Service.
http://logicalparadox.github.io/apnagent
216 stars 38 forks source link

Change to APNS #23

Closed fabdrol closed 10 years ago

fabdrol commented 10 years ago

Will apnagent be compatible after this update: https://developer.apple.com/news/?id=10222014a ?

logicalparadox commented 10 years ago

I would test against their dev server just to make sure, but should be fine. We use node.js tls module directly so any bottleneck would come from there.

If you run into specific issues, please open an issue outlining your problem and we can address it ASAP.