-
Notifications
You must be signed in to change notification settings - Fork 273
feat(service): Add APNS2 service #111
Copy link
Copy link
Open
Labels
area/servicesNotification service implementationsNotification service implementationsgood first issueGood for newcomersGood for newcomershelp wantedExtra attention neededExtra attention neededtype/enhancementNew feature or requestNew feature or request
Metadata
Metadata
Assignees
Labels
area/servicesNotification service implementationsNotification service implementationsgood first issueGood for newcomersGood for newcomershelp wantedExtra attention neededExtra attention neededtype/enhancementNew feature or requestNew feature or request
Is your feature request related to a problem? Please describe.
Missing support for APNS (Apple Push Notification service).
Describe the solution you'd like
Implement a notification service and use existing services such as WhatsApp as a guide for implementation. At the time writing this, sideshow/apns2 seems to be the best client library for our service.