Skip to content

Push Notifications support for OS X, tvOS #571

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
nlutsenko opened this issue Feb 22, 2016 · 1 comment
Closed

Push Notifications support for OS X, tvOS #571

nlutsenko opened this issue Feb 22, 2016 · 1 comment
Labels
type:feature New feature or improvement of existing feature

Comments

@nlutsenko
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.

@flovilmart
Copy link
Contributor

transferred here: parse-community/parse-server-push-adapter#11

@mtrezza mtrezza added type:feature New feature or improvement of existing feature and removed type:improvement labels Dec 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:feature New feature or improvement of existing feature
Projects
None yet
Development

No branches or pull requests

3 participants