-
-
Notifications
You must be signed in to change notification settings - Fork 105
feat: Add support for watchOS push notifications #360
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
Conversation
Thanks for opening this pull request!
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #360 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 9 9
Lines 1296 1351 +55
=========================================
+ Hits 1296 1351 +55 ☔ View full report in Codecov by Sentry. |
@mtrezza this is ready for review |
@cbaker6 Does parse server push config need to be modified in some way in order to support delivery to watchOS? I suppose it does and if so, could you please update it in the README? Thx! |
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good
# [6.10.0](6.9.1...6.10.0) (2025-01-18) ### Features * Add support for watchOS push notifications ([#360](#360)) ([97f14ca](97f14ca))
🎉 This change has been released in version 6.10.0 |
New Pull Request Checklist
Issue Description
Closes: #361
Approach
Similar approach to #58
TODOs before merging