Cleverson
Cleverson
You should see this fork: https://github.com/taivo/parse-push-plugin Active and well maintained.
Merge this please.
Same Issue here.
Hello, Have you tried calling manual registration? Something like this in your app.component.ts: ``` if (window['ParsePushPlugin'] !== undefined) { let ParsePushPlugin = window['ParsePushPlugin']; ParsePushPlugin.register(() => { }, (e) => {...
Your AndroidManifest.xml seems fine. Did you put the registration inside a platform.ready() function? Also, what about the following line in your config.xml ? ``
Ok. Try to set your clientKey on parse-server, and restart the server. After that, put your clientkey in config.xml: ``
Strange... I have ionic1 and ionic2 apps working well with this plugin, with the same configuration: ``` platform.ready().then(() => { if (window['ParsePushPlugin']) { ParsePushPlugin.register(function () { }, function () {...
@taivo Have you taken a look in this code? https://github.com/phonegap/phonegap-plugin-push/blob/master/src/windows/PushPluginProxy.js or this? http://stackoverflow.com/questions/15305500/how-do-i-get-pushnotificationchannel-pushnotificationreceived-event-handler-to-i Sorry for the superficial response, Could you provide the steps for testing?