Skip to content

feat: Add input-push-channel and input-push-token to APS #177

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

Merged
merged 4 commits into from
Mar 12, 2025

Conversation

cbaker6
Copy link

@cbaker6 cbaker6 commented Mar 12, 2025

Closes: #176

Add new fields for Live Activities in TS and JS:

  • "input-push-channel"?: string
  • "input-push-token"?: number

Add missing properties and set methods for APS in JS:

  • filterCriteria
  • attributesType
  • attributes

Copy link

parse-github-assistant bot commented Mar 12, 2025

🚀 Thanks for opening this pull request!

@cbaker6 cbaker6 marked this pull request as draft March 12, 2025 06:36
Copy link

codecov bot commented Mar 12, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 95.84%. Comparing base (4eb3686) to head (86b0ef8).
Report is 28 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #177      +/-   ##
==========================================
+ Coverage   93.53%   95.84%   +2.30%     
==========================================
  Files          23       23              
  Lines         588      842     +254     
==========================================
+ Hits          550      807     +257     
+ Misses         38       35       -3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@cbaker6 cbaker6 marked this pull request as ready for review March 12, 2025 17:27
@cbaker6
Copy link
Author

cbaker6 commented Mar 12, 2025

@mtrezza this is ready for review

@mtrezza mtrezza changed the title feat: Add input-push-channel and input-push-token to APS feat: Add input-push-channel and input-push-token to APS Mar 12, 2025
@mtrezza mtrezza merged commit a0f5230 into parse-community:master Mar 12, 2025
8 checks passed
@cbaker6 cbaker6 deleted the addMore branch March 12, 2025 23:00
parseplatformorg pushed a commit that referenced this pull request Mar 13, 2025
# [6.5.0](6.4.3...6.5.0) (2025-03-13)

### Features

* Add `input-push-channel` and `input-push-token` to APS ([#177](#177)) ([a0f5230](a0f5230))
@parseplatformorg
Copy link

🎉 This change has been released in version 6.5.0

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

Successfully merging this pull request may close these issues.

Starting and Updates Live Activities in iOS18 required some new fields in APS interface
3 participants