-
# What did you do?
```go
package main
import "fmt"
import "github.com/sideshow/apns2/certificate"
import "os"
func main() {
apnsCert, err := certificate.FromPemFile(os.Args[1], "")
i…
-
Hi, I saw in README that this library support Pushkit, but I cannot find the implementation as well as the base url of gateway.push.apple.com for Pushkit send notification. Is there any example or exp…
evnpr updated
6 years ago
-
Apple has new .p8 certificate. One cert for all applications. Can we get support for this?
-
Why did i get this error?
my settings are like this
`PUSH_NOTIFICATIONS_SETTINGS = {
"APNS_CERTIFICATE": os.path.join(BASE_DIR, 'apns.p8'),
"APNS_TOPIC": "com.mx.......",
}`
-
1. go version go1.8.3
2. darwin/amd64
3. Called `client.Production()` / `client.Development()` on clients return from ClientManager.Get
4. Expected no data race
5. Had "data race detected" from a …
-
APNS can occasionally trigger an uncaught ssl exception:
https://sentry.prod.mozaws.net/operations/autopush-prod/issues/667854/
Traceback:
```
SSLError: [SSL: BAD_WRITE_RETRY] bad write retry
…
-
Per results of https://github.com/mozilla-services/push-service/issues/76, our support libraries (boto, gcmclient) use the ssl module's top level wrap_socket func which unnecessarily creates an SSLCon…
-
APNS allows TTLs now, we should mirror them to APNS.
(see "apns-expiration" header on https://developer.apple.com/library/content/documentation/NetworkingInternet/Conceptual/RemoteNotificationsPG/C…
-
These are steps I took to get it up and running to no avail:
1. Created a Slack account
2. Used the example code for testing:
```
var Slack = require('slack-node');
webhookUri = "__uri___";
…
-
Hello there!
Are there plans to add the newly released Token Authentication to the library? If there is work already in progress, when can we expect it to be merged into master and if not, will a PR …