parse-community / parse-server-push-adapter

A push notification adapter for Parse Server
https://parseplatform.org
MIT License
87 stars 99 forks source link

Push Notifications support for OS X, tvOS #11

Closed flovilmart closed 7 years ago

flovilmart commented 8 years ago

This issue is for tracking an improvement to classic ParsePushAdapter to add support for OS X (which is supported on classic Parse), and tvOS (which is not).

Adding support for these would be very trivial, since we have iOS Push Notifications working, and would require changes to a few things:

Originally ParsePlatform/parse-server#571

cc: @nlutsenko

nlutsenko commented 8 years ago

The device types for tvOS/watchOS that are being sent and used in the SDK:

This means that whenever we add support for push on these platforms - we should reuse the same device types to support easier migration.

funkenstrahlen commented 7 years ago

Any news on this? I would love to see this implemented!

phranck commented 7 years ago

Oh wow! This issue hangs around for a near now. I really would love it too if we can receive push notifications on macOS. Please go for it... ☺️

flovilmart commented 7 years ago

That should be pretty trivial to implement, if anyone wants to go for it, go ahead!

funkenstrahlen commented 7 years ago

@flovilmart I will take a look at it. Are you able to help in case I have questions on how to implement this?

flovilmart commented 7 years ago

Yep, no problem :)

flovilmart commented 7 years ago

Closing as fixed with #58