nikoksr/notify

feat(service): Add APNS2 service

nikoksr opened this issue · 4 comments

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.

stale commented

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.

@nikoksr could I tackle this issue?

@nikoksr I've created a PR at #715 to add apns2, but haven't tested a few exported functions as hey require certificate files to test. If any changes are required do let me know!

hi @nikoksr , this feature is really helpful to fully support the mobile push notification. Can this PR be reviewed?
Btw, thank you for all you guys efforts to make this helpful library happen