Skip to content

JacoRoos/pushwoosh-phonegap-plugin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Public Fork

This fork removes the reference to the pushwoosh-gcm library which causes duplicate push notifications on Android when used in conjunction with the cordova-firebase-plugin.

NB: In order to preserve the Pushwoosh functionality, the Firebase router should not catch the notifications. In order to achieve this, install the cordova-custom-config plugin (https://github.com/dpa99c/cordova-custom-config) and add the following lines to the android section of your config.xml:

<custom-preference delete="true" name="android-manifest/application/service @android:name='org.apache.cordova.firebase.FirebasePluginMessagingService']" />
<custom-preference delete="true" name="android-manifest/application/service[@android:name='org.apache.cordova.firebase.FirebasePluginInstanceIDService']" />

Cordova Pushwoosh Push Notifications plugin

GitHub release npm license

platforms

Cross-Platform push notifications by Pushwoosh for Cordova / PhoneGap

Cordova

Using npm (requires cordova 7.0+):

cordova plugin add [email protected]

Using git:

cordova plugin add https://github.com/Pushwoosh/pushwoosh-phonegap-plugin.git#7.8.7

Phonegap

Using npm (requires phonegap 7.1+):

cordova plugin add [email protected]

Guide

http://docs.pushwoosh.com/docs/cordova-phonegap

Documentation

http://docs.pushwoosh.com/docs/cordova-api-reference

Acknowledgments

Plugman support by Platogo

HUGE thanks to Eddy Verbruggen for all the help with WP8 Phonegap support!!! https://github.com/EddyVerbruggen

About

Pushwoosh PhoneGap Build Plugin

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 50.8%
  • Objective-C 27.5%
  • Java 13.4%
  • C# 4.5%
  • CSS 2.7%
  • HTML 1.1%