Software Archive
Read-only legacy content

Push Notifiction

Puspad_s_
Beginner
1,022 Views

 

   Hello,

     I am working on real estate mobile app for android platform.I want to know how to implement push notification feature using parse push                  (https://parse.com/products/push) or any other free or paid push provider using cordova plugin. Actually I am doing this first time in my app.

     My app has login feature and has chat feature also. No matter app is running or closed, user should notified. I also installed third party cordova          push plugin but I have no idea what to do next. I have Intel XDK version 2727 and appframework version is 2.2. I am using PHP for server side        scripting.

     Please tell me complete process how to use push notification?

     Thank you!

  

0 Kudos
4 Replies
Victor_M_3
Beginner
1,022 Views

Hi Puspad, i'm developing an app and i also need push notifications.

If i'm not wrong :

1) Appmobi push no longer works.

2) There's a tutorial on using parse push notifications here : 

https://www.npmjs.com/package/cordova-plugin-pushnotification-parsepushnotification  and this should be working at this time.

3) "official" (?) push notifications cordova plugin is here : https://github.com/phonegap/phonegap-plugin-push, but (at least for NOW) we have to use version 1.2.3 with CLI 5.1.1. This is ok for me, but i can't find any tutorial for XDK. 

Once plugin is installed, what should i do ? i found doc not clear.

 

 

Can someone help us ?  

Thanks in advance 

Victor

 

0 Kudos
PaulF_IntelCorp
Employee
1,022 Views

Search for "Cordova PhoneGap push notifications" to see what your options are. The Intel XDK creates a standard Cordova application. PhoneGap also builds standard Cordova apps. So whatever works there works here.

0 Kudos
monika_r_
Beginner
1,022 Views

Hi Paul 

I add push plugin https://github.com/phonegap/phonegap-plugin-push.git

Where Add sender id And Api key in phonegap-plugin-push and Create google console api

 

0 Kudos
PaulF_IntelCorp
Employee
1,022 Views

Monika -- that plugin is meant for "local notifications" -- meaning it is a way for your app to notify the user. It does not provide any infrastructure to handle Internet notifications from a server. If you have a reason to alert a user, on their device, this plugin will do that. I hope that makes sense.

0 Kudos
Reply