AndrewBarba / apns2

Node client for connecting to Apple's Push Notification Service using the new HTTP/2 protocol with JSON web tokens
MIT License
118 stars 32 forks source link

please add 'Location' to PushType #75

Closed nagarjunamadamanchi closed 1 year ago

nagarjunamadamanchi commented 1 year ago

Can you add location to pushtype enum list. It is part of push notifications - you can read the same in apple documentation - https://developer.apple.com/documentation/usernotifications/setting_up_a_remote_notification_server/sending_notification_requests_to_apns

"location" is also part of pushkit notifications.