I am developing an application for ios 5.1. I have now set up push notifications which can be sent from the Mac program “pushmebaby”.
My question is how can you send a push notification to all devices every time a RSS Feed gets a new entry (probably via PHP?)?
thank you!
From my understanding, you need to keep track of all the device ids (how? Personally I created a database). When the person first installs the app and signs up for the notification service, the app should send you the device id and username(some type of key) to your server.
VB Sending push notifications ANPSLibrary this is just a function I created to sent push notifications, you need to call this function inorder to send the notification.
VB drive// essentially create a form, with 2 textboxs, one for input for the device token, and one for the message. then create the driver below