Go-Apns icon indicating copy to clipboard operation
Go-Apns copied to clipboard

Go library for Apple Push Notification Service (APNs)

Results 4 Go-Apns issues
Sort by recently updated
recently updated
newest added

Push protocol upgrared to V2 with incompatible binary format.

I follow the example. After New(), go readError(...). func readError(errorChan

I got a tls handshake error, in go 1.3.1 apns.New(), need to set ServerName: serverName := strings.Split(server, ":")[0] conf := &tls.Config{ Certificates: certificate, ServerName: serverName, } please check if it...

The New() function takes filesystem paths to the certificate and private key files. That's too limiting — the server may not have filesystem storage available, or the private key may...