edamov / pushok

PHP client for Apple Push Notification Service (APNs) - Send push notifications to iOS using the new APNs HTTP/2 protocol with token-based (JWT with p8 private key)
MIT License
368 stars 119 forks source link

adds apns topic push-type.liveactivity #163

Closed jolamar closed 1 year ago

jolamar commented 1 year ago

https://developer.apple.com/documentation/usernotifications/setting_up_a_remote_notification_server/sending_notification_requests_to_apns

If you set this push type, the apns-topic header field must use your app’s bundle ID with the push-type.liveactivity appended to the end.

edamov commented 1 year ago

@jolamar Thank you! I added it in release 0.15.4