-
In v1, I did this to get feedback inside ejabberd module
```
{ok, _} = apns:connect(my_conn,
fun ?MODULE:handle_apns_error/2,
…
-
So, what I've done:
Created a new Amazon EC2 instance, logged into.
`sudo apt install curl` -> Installed curl without http2 support
run `curl -sL swift.vapor.sh/ubuntu | bash` to install depe…
mludi updated
7 years ago
-
I've just started using Apnotic behind my [APNS Proxy](/adamcooke/apns-proxy) app (basically an HTTP endpoint that can receive notifications and send them over to Apple).
Under normal usage our wor…
-
apn4serl compiles under Erlang/OTP 18.2 with a minor changes (as of 25ad9d23a372). Is there anything else (e.g. ssl) that specifically requires Erlang/OTP 19+? I've got everything coded up for Erlang/…
-
Hi!
I had `notifiaction.apns_collapse_id = order.id` and app was crashing with `HTTP2::Error::ProtocolError (HTTP2::Error::ProtocolError)` and no backtrace. Sometimes exception was rescued with mes…
-
It seems apns-http2 library does not support proxy.
I'm working on integration this into an OSGI container and needs to pass HTTP proxy details to make an outbound HTTP/2 call.
Could you pleas…
-
We're seeing this error fairly frequently in production after updating to node-apn 2.1.2:
```
AssertionError: false == true
at Connection._send (/home/ec2-user/node/node_modules/http2/lib/pro…
rupey updated
7 years ago
-
Hi,
How do I use this library for APNs with the latest HTTP/2 APIs ?
-
We have a goal to scan the top 1k of npm and maven for OSLS announcement. We need to actually do these scans and likely also a bit of curation on some of them to give people the flavor of the results.
-
I'm using the latest code in master, and the Apns2 classes. I'm finding that the `notification_delivered` callback is not called for my notifications (yet they arrive on the device - usually). I've do…
chris updated
7 years ago