swift-server-community / APNSwift

📱HTTP/2 Apple Push Notification Service built with swift - send push notifications to iOS, iPadOS, tvOS, macOS, watchOS, visionOS, and Safari!
Apache License 2.0
693 stars 105 forks source link

Add support for dismissal-date to live activity notification #167

Closed mark-urbanthings closed 1 year ago

mark-urbanthings commented 1 year ago

The existing implementation didn't have support for dismissal-date so have added support to the current beta. Code is working in prototype Vapor live notification service we've been working on. Changes:

Would be helpful if this accepted - thanks!

kylebrowning commented 1 year ago

Thanks @mark-urbanthings