sideshow / apns2

⚡ HTTP/2 Apple Push Notification Service (APNs) push provider for Go — Send push notifications to iOS, tvOS, Safari and OSX apps, using the APNs HTTP/2 protocol.
MIT License
3.01k stars 335 forks source link

ios push notification multiple devices #177

Closed itcuihao closed 3 years ago

itcuihao commented 4 years ago

ios push notification multiple devices?

sideshow commented 4 years ago

Yes, there is an example here https://github.com/sideshow/apns2/blob/master/_example/channel/main.go

itcuihao commented 3 years ago

Yes, there is an example here https://github.com/sideshow/apns2/blob/master/_example/channel/main.go

Good job.