-
-
Notifications
You must be signed in to change notification settings - Fork 105
Push Notifications support for OS X, tvOS #11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
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. |
Any news on this? I would love to see this implemented! |
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... |
That should be pretty trivial to implement, if anyone wants to go for it, go ahead! |
@flovilmart I will take a look at it. Are you able to help in case I have questions on how to implement this? |
Yep, no problem :) |
Closing as fixed with #58 |
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:
Comment here, subscribe to this issue or send a PR to implement any part of this.
Originally parse-community/parse-server#571
cc: @nlutsenko
The text was updated successfully, but these errors were encountered: