Software Archive
Read-only legacy content
17061 Discussions

Push Notification Plugin for Intel XDK

Markus_T_
Beginner
381 Views

Hello there,

I am looking for a Push Notification Plugin and Push Notification Service that works with Intel XDK 3400. Most Plugins throw an error when building the App like "The plugin contains Gradle scripts". I only need to send simple Text so every Plugin/Service that works would be helpfull. Maybe with a documentation.

Thank you for your help!

0 Kudos
3 Replies
Swati_S_Intel1
Employee
381 Views

Please follow this post https://software.intel.com/en-us/forums/intel-xdk/topic/629398. The gradle script is not supported in CLI 5.1.1 and 5.4.1, please follow the instructions on how you can remove the gradle dependency in your plugin. https://software.intel.com/en-us/xdk/faqs/cordova#push-plugin-fix

 
0 Kudos
Markus_T_
Beginner
381 Views

Oh, thank you very much. Very interesting, I'll try it. Other question: Is there an possibility to install an own push notification server and integrate an appropriate script in an CordovaApp? Thanks!

0 Kudos
Swati_S_Intel1
Employee
381 Views

Yes, you an create your own push notification service and create a custom plugin to consume the service. The process would be similar, add your plugin as a third-party plugin (from local directory or git repo).

0 Kudos
Reply