Page 1 of 1

How to integrate Custom JS Push Notification Code

Posted: Mon Oct 29, 2012 1:01 am
by Shifat Taushif

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


How to integrate Custom JS Push Notification Code

Posted: Mon Oct 29, 2012 3:06 am
by maxkatz

Tiggzi uses PhoneGap (http://phonegap.com) to access any native device features. You would need to export the app source and then add your code (could be as a PhoneGap plug-in).


How to integrate Custom JS Push Notification Code

Posted: Mon Mar 09, 2015 1:32 pm
by EJLD

Hi, is there somewhere in the dev center or elsewhere some server code for the push notif ? thks in advance, Eric


How to integrate Custom JS Push Notification Code

Posted: Mon Mar 09, 2015 1:35 pm
by Evgene Karachevtsev

Hello Eric,

Please check this thread: https://getsatisfaction.com/apperyio/...


How to integrate Custom JS Push Notification Code

Posted: Mon Mar 09, 2015 10:07 pm
by EJLD

Thk you Evgene, I'll check this out.