-
-
Notifications
You must be signed in to change notification settings - Fork 114
Add support for broadcast push notifications, channels #205
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
Comments
@eliperkins feel free to take this one up, otherwise ill get to it soon. |
@eliperkins one question, do you mind if it only works on swift-6? IM contemplating managing a version of swift 5 for a little while. |
@kylebrowning sounds good! I started on a spike of this for an hour or so after creating this issue: main...eliperkins:APNSwift:channels I've got some personal commitments in the next few weeks, so please take this across the finish line if you're interested in it!
Swift 6 is all good with me 😇 |
👍 Can't wait to test this out |
@eliperkins any update here? |
Is your feature request related to a problem? Please describe.
iOS 18 introduces a new method for sending push notifications to groups for Live Activities, called "broadcast push notifications." It'd be great to support this new APNS API with this library!
Describe the solution you'd like
Describe alternatives you've considered
Either using previous Live Activity APIs with push notifications, or not supporting this API all together.
Additional context
I'd be happy to implement support for this. Feel free to assign this issue to me.
The text was updated successfully, but these errors were encountered: