Skip to content

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

Closed
flovilmart opened this issue Mar 31, 2016 · 7 comments
Closed

Push Notifications support for OS X, tvOS #11

flovilmart opened this issue Mar 31, 2016 · 7 comments

Comments

@flovilmart
Copy link
Contributor

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:

  • Add support for osx and tvos deviceTypes to installation
  • Add support to ParsePushAdapter and APNS.js to accept more than just iOS certificates.
  • Add support to ParsePushAdapter and APNS.js to send to tvOS, which reuses the same certificate as iOS.
    Comment here, subscribe to this issue or send a PR to implement any part of this.

Originally parse-community/parse-server#571

cc: @nlutsenko

@nlutsenko
Copy link

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

  • appletv
  • applewatch

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

@funkenstrahlen
Copy link
Contributor

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

@phranck
Copy link

phranck commented Feb 22, 2017

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
Copy link
Contributor Author

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

@funkenstrahlen
Copy link
Contributor

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

@flovilmart
Copy link
Contributor Author

Yep, no problem :)

@flovilmart
Copy link
Contributor Author

Closing as fixed with #58

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants