I know that Push Notifications are not supported, so I coded my own Push Notification script with JavaScript.
What is basically does is that it reads the RSS feed of a wordpress blog and checks for any new content , compared to the previous time it scanned the RSS feed. Whenever it finds new content, it sends a push notification.
My question is, how do I integrate it into my native iPhone & Android app so that it runs in the background and sends a notification when there is new content posted on the blog?
If you like to see my code, you can find it here : http://pastebin.com/7Lzr0XVV
Thanks,
Shifat