alexalok / dotAPNS

dotAPNS is a library used to send push notifications to Apple devices using Apple Push Notification service via HTTP/2 API.
Apache License 2.0
114 stars 34 forks source link

Add support for Live Activities #117

Closed markerpen closed 11 months ago

markerpen commented 1 year ago

In iOS 16.1 Apple added support for Live Activities. This PR adds .liveActivity to the ApplePushType enum and apns-topic to the client.

More info: https://developer.apple.com/documentation/activitykit/updating-live-activities-with-activitykit-push-notifications

stale[bot] commented 12 months ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

alexalok commented 11 months ago

Hi, @markerpen! Thank you so much for your contribution.