Shifat Taushif
Posts: 0
Joined: Mon Oct 29, 2012 1:01 am

How to integrate Custom JS Push Notification Code

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

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

How to integrate Custom JS Push Notification Code

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).

EJLD
Posts: 0
Joined: Sun Jun 08, 2014 11:03 pm

How to integrate Custom JS Push Notification Code

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

EJLD
Posts: 0
Joined: Sun Jun 08, 2014 11:03 pm

How to integrate Custom JS Push Notification Code

Thk you Evgene, I'll check this out.

Return to “Issues”