nikoksr / notify

A dead simple Go library for sending notifications to various messaging services.
MIT License
3.12k stars 218 forks source link

feat(service): Add APNS2 service #111

Open nikoksr opened 3 years ago

nikoksr commented 3 years ago

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[bot] commented 3 years 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.

eoncarlyle commented 3 years ago

@nikoksr could I tackle this issue?

saisumith770 commented 1 year ago

@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!

lamtuanvu commented 1 year ago

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