Software Archive
Read-only legacy content
17061 Discussions

Push Notifications Integration in Intel XDK

Mohanraj_S_
Beginner
371 Views

Hello geeks,

I am a beginner & I have interest in HTML, CSS & JS. Thanks to Intel, for providing such a platform for creating mobile apps using it.

One thing i m awaiting is Push notification, where I referred 100's of websites & no proper tutorial to integrate.

Note : GCM tutorials are there, but throws Registration Id errors. 

Can U provide a clear picture of Push Notifications Integration using Intel XDK & PHP.

0 Kudos
4 Replies
Amrita_C_Intel
Employee
371 Views

Hi,

Thank you for your feedback. Regarding push notification you need to find a Cordova plugin (or create one yourself) to implement the native push components. There are many Cordova push solutions out there, so I cannot tell which might satisfy your needs. A plugin gives you the ability to add native elements to your HTML5 app. The native components in a plugin can be configured for background operations.

You can use this plugin for push notification:

https://www.npmjs.com/package/pushwoosh-pgb-plugin

Please refer this document to learn how to include third party plugin: 

https://software.intel.com/en-us/xdk/docs/adding-third-party-plugins-to-your-xdk-cordova-app

0 Kudos
marcio_a_
Beginner
371 Views
The latest versions of plugins for push notification is not being supported by the compilation of the XDK .
Anyone can direct to a plugin that is running currently ?
0 Kudos
Fab_V_
New Contributor I
371 Views

Use phonegap-plugin-push version 1.4.3, it works for me.
cordova 5.4.1 android crosswalk 17 and ios
https://www.npmjs.com/package/phonegap-plugin-push

0 Kudos
Reply