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.
- Open Source Module For Easy Apple Push Notifications To iOS Apps Using Node.js
- Ruby Rack Mountable Solution For Sending iOS Push Notifications
- Tutorial: iOS Push Notification Services For Beginners
- How To Push Out Notifications Locally Based On Time
- Tool: Script For Automatic Generation Of Certificates Required To Enable Push Notification
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.