Meteor-Community-Packages / raix-push

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

Meteor 1.3 #175

Open Chun-Yang opened 8 years ago

Chun-Yang commented 8 years ago

https://github.com/meteor/meteor/issues/5786 Meteor 1.3 is going to use WKWebview by default. And phonegap-plugin-push 1.3.0 use UIWebview under the hood. Can we upgrade this plugin?

Cordova.depends({
  'phonegap-plugin-push': '1.3.0'
});
devdudeio commented 8 years ago

'phonegap-plugin-push': '1.3.0' is already used

https://github.com/raix/push/blob/v3.x/package.js

skirunman commented 8 years ago

Hi @raix I know you are a busy guy and thanks for developing raix-push. I'm also having issues running with Meteor 1.3 as well. Would be awesome if we could get an upgrade to using phonegap-plugin-push 1.5.3 and have these two PRs accepted and a new version pushed to atmosphere. Thanks in advance! https://github.com/raix/push/pull/178 https://github.com/raix/push/pull/179

elie222 commented 8 years ago

Using meteor add cordova:cordova-plugin-device@1.1.1 should get it working

raix commented 8 years ago

Are you using json or Push.Configure method for setting up push?