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 for APNS category in payload #70

Open timbotnik opened 9 years ago

timbotnik commented 9 years ago

We are developing a Meteor integration with the Apple Watch, which has the need to use the category field of the APNS payload to support custom notification actions.

As described here: https://developer.apple.com/library/ios/documentation/NetworkingInternet/Conceptual/RemoteNotificationsPG/Chapters/IPhoneOSClientImp.html#//apple_ref/doc/uid/TP40008194-CH103-SW36

raix commented 9 years ago

Do we need to update https://github.com/raix/PushPlugin? (I'm using this since the official repo gets updated really slowly)

timbotnik commented 9 years ago

We are using this feature with the existing cordova plugin and it works fine.