- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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!
- Tags:
- HTML5
- Intel® XDK
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Paul
I add push plugin https:
Where Add sender id And Api key in phonegap-plugin-push and Create google console api
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page