Skip to content
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

Add support for broadcast push notifications, channels #205

Open
eliperkins opened this issue Aug 6, 2024 · 4 comments
Open

Add support for broadcast push notifications, channels #205

eliperkins opened this issue Aug 6, 2024 · 4 comments

Comments

@eliperkins
Copy link

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.

@kylebrowning
Copy link
Member

@eliperkins feel free to take this one up, otherwise ill get to it soon.

@kylebrowning
Copy link
Member

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

@eliperkins
Copy link
Author

@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!

one question, do you mind if it only works on swift-6? IM contemplating managing a version of swift 5 for a little while.

Swift 6 is all good with me 😇

@mattes-bru
Copy link

👍 Can't wait to test this out

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

No branches or pull requests

3 participants