Pushwoosh / pushwoosh-phonegap-plugin

Pushwoosh PhoneGap Build Plugin
Other
110 stars 139 forks source link

PushWoosh with Intercom #302

Closed turkimud closed 5 years ago

turkimud commented 5 years ago

Hello, pushwoosh-phonegap-plugin will stop cordova-plugin-intercom from receiving any push notification in Android.

<plugin name="cordova-plugin-intercom" spec="6.1.0"/>
<resource-file src="google-services.json" target="app/google-services.json"/>
<preference name="intercom-android-push-type" value="FCM"/>

<plugin name="pushwoosh-cordova-plugin" spec="https://github.com/turkimud/pushwoosh-phonegap-plugin">
<plugin name="cordova-android-support-gradle-release" spec="2.0.1"/>
<plugin name="cordova-android-play-services-gradle-release" spec="2.0.0"/>
<plugin name="cordova-android-firebase-gradle-release" spec="2.0.0"/>

I use Phonegap Build, please any help

wfhm commented 5 years ago

@turkimud

Compatibility with other push libraries can be achieved only via native Java code. Theoretically you can fork the plugin, create a router service and add it to your PGB project, however there is no guarantee it will work.