timehop / apns

A Go package to interface with the Apple Push Notification Service
https://godoc.org/github.com/timehop/apns
MIT License
185 stars 47 forks source link

Fix syntax errors in "Sending a push notification with error handling" #72

Closed d1str0 closed 7 years ago

nathany commented 7 years ago

FYI, I would recommend looking into Buford or apns2 to use Apple's modern HTTP/2 API. Error reporting is much better in the new API.

d1str0 commented 7 years ago

Thanks for those other suggestions. This was for a one off test, but I appreciate the info since I will probably need it later.