Meteor-Community-Packages / raix-push

DEPRECATED: Push notifications for cordova (ios, android) browser (Chrome, Safari, Firefox)
https://atmospherejs.com/raix/push
MIT License
513 stars 197 forks source link

update phonegap push plugin #152

Open uriva opened 8 years ago

uriva commented 8 years ago

phonegap push plugin 1.4.0 supports arbitrary javascript upon cloud message. can we update to that version?

nunovieira commented 8 years ago

It should be updated to latest version, because #129

raix commented 8 years ago

thanks

uriva commented 8 years ago

How does one use this feature? According to https://github.com/phonegap/phonegap-plugin-push/blob/master/docs/API.md#pushonnotification-callback you need to listen on the 'notification' event. What is its name in this package?

michellarcari commented 8 years ago

The current dependency is not up-to-date yet. I tried to push notifications including action buttons but they are not rendered.

dvolland commented 8 years ago
raix commented 8 years ago

please try 3.0.3-rc.2 I've bumped the cordova plugin to 1.6.3

dvolland commented 8 years ago

3.0.3-rc.4 seems to work well for me. Thx

adamgins commented 8 years ago

Hi @raix @dvolland any chance you had an example of syntax on both server and client. eg I see Push.configure uses apn but the Phonegap examples use ios https://github.com/phonegap/phonegap-plugin-push/blob/master/docs/PAYLOAD.md#action-buttons

rajpa commented 8 years ago

Hi @raix @dvolland action buttons don't seem to work on android. the lib/server/push.api.js does not contain any reference to action buttons. has this feature been implemented yet.. many thanks for your efforts!

thanks/rajpa