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

support gcm for ios #80

Open uriva opened 9 years ago

uriva commented 9 years ago

Using this: https://developers.google.com/cloud-messaging/ios/client

Tim-W commented 9 years ago

+1

raix commented 9 years ago

+1 one less certificate to update?

Tim-W commented 9 years ago

Is this supported by cordova?

raix commented 9 years ago

I'm thinking not - but this package uses the cloned version at https://github.com/raix/PushPlugin - so I'm thinking we could just update the code to support the features we want. We could even rewrite the iOS part perhaps in swift and have a more unified api.

jacobparis commented 8 years ago

I'm going to be implementing iOS notifications in my app in the next few days. Did anything come of this or am I better off sticking with APN at the moment?