-
Check out project
-
Run
npm install -
Add
cert.pemandkey.pemto root folder -
Add device token to
/api/controllers/TestController.js -
Start server with
node app.js
/config/bootstrap.js-- configures and starts the connection with APNs and adds the connection object to the sails app object/api/controllers/TestController.js-- contains a web service endpoint/test/foothat attempts to send a notification withpushNotification()