feat(iOS): add support for iOS Live Activity push-to-start payloads#879
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Adds support for iOS Live Activity push-to-start payload fields so gorush can construct the APNs aps keys required to start Live Activities remotely (iOS 17.2+), alongside documentation and test updates.
Changes:
- Extend the iOS
PushNotificationmodel withattributes-type,attributes, andrelevance-score. - Populate these fields in the APNs payload builder for Live Activity notifications.
- Update README and add/extend APNs payload unit tests for Live Activity scenarios (including push-to-start).
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| README.md | Documents liveactivity push type and new Live Activity push-to-start fields + example payload |
| notify/notification.go | Adds Live Activity push-to-start fields to the request model |
| notify/notification_apns.go | Maps new request fields into the APNs aps payload for Live Activities |
| notify/notification_apns_test.go | Adds assertions and a new test covering push-to-start payload composition |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
appleboy
approved these changes
Jul 25, 2026
Owner
|
@johnsharp97 Thanks. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Live Activities can be started remotely via push as of iOS 17.2. This adds the fields required to send a push-to-start notification through gorush.
Tested end to end on a physical device.
Reference: https://developer.apple.com/documentation/activitykit/starting-and-updating-live-activities-with-activitykit-push-notifications