Pushwoosh / pushwoosh-phonegap-plugin

Pushwoosh PhoneGap Build Plugin
Other
109 stars 139 forks source link

Connecting to device forever #272

Closed josegrad closed 6 years ago

josegrad commented 6 years ago

I'm trying to use this plugin with: https://github.com/Pushwoosh/phonegap-build-sample-app

But I can't get it initialised.

console.log(1)
var pushNotification = cordova.require("pushwoosh-cordova-plugin.PushNotification");
console.log(2)

It never gets to second console log. Tested with 2 different Android phones.

phonegap plugin list gives:

cordova-plugin-whitelist 1.3.3 "Whitelist" pushwoosh-cordova-plugin 7.0.8 "Pushwoosh"

Any hints?

josegrad commented 6 years ago

Probably related to this one: https://github.com/phonegap/phonegap-plugin-push/issues/2089