Tutorial: Using Node.js To Deliver Push Notifications To iOS Devices

Previously I mentioned the Node-APN module enable push notifications to iOS devices using Node.js.  Node.js is terrific for sending push notifications as you can set up the service very quickly.

Here’s a tutorial by Jake Luer using an alternative Node.js module – APNAgent.

Specifically the tutorial covers :

– How to set up push notifications on the apple site
– Creating your Node.js project
– Sending the notifications
– Handling errors
– Working with Apple’s Feedback Service

You can find the tutorial over at the EngineYard blog here.

You can find more information about APNAgent including example projects over at its homepage here.

A nice detailed guide if you’d like to use Node.js for your iOS push notifications.

DeliciousTwitterFacebookRedditLinkedInEmail

Original article: Tutorial: Using Node.js To Deliver Push Notifications To iOS Devices

©2013 iOS App Dev Libraries, Controls, Tutorials, Examples and Tools. All Rights Reserved.

Leave a Reply

Your email address will not be published. Required fields are marked *