push notifications for wordpress site?

How can i setup a push notification for my wordpress site. I have a wordpress site and its app. So i need to notify via app whenever any post is added to my site. When i search on internet i found that there are alots of plugins available. But is there any method without adding any plugins? If there is no such ways which will be the best plugin that i can use? I saw many like, PushOverNotifications
push notifiation for posts
etc..
Can i write my own plugin? if yes is threre any preferable methods..??
please help me..
Thanks in advance..

Related posts

Leave a Reply

2 comments

  1. You can write a PHP web service which would be checking post updates on the site and send push notifications. This link should be useful for push notification implementation.