-
I updated my pods yesterday to the new Firebase 4.0. I went through the suggested changes and grabbed code from this Github example. I installed the APNS key .p8 file from Apple. Re-Downloaded the goo…
-
We are using Pushy in our production environment and it works great! Besides we have a staging environment where tests are performed prior to launching new versions. Staging environment is not always …
-
When add key: "content-available" and value: "1" in custom key-value, will not alert, badge and sound
-
We have found this in one of our components which uses latest pushy:
```
LEAK: ReferenceCountedOpenSslContext.release() was not called before it's garbage-collected. Enable advanced leak reporting t…
-
Hey, I noticed that the type definitions fell out of the `package.json` at some point (probably during the merge conflict resolution from the http2 branch). Could you please add this back to the `pack…
-
Is there any way to configure pidgeon to read configuration from the system at runtime?
something like the following. similar to how phoenix runtime configuration is setup.
```elixir
config :pi…
-
Apple has new .p8 certificate. One cert for all applications. Can we get support for this?
-
I am getting the following error messages after trying to send ~ 12K messages at once using the -d subscribers=\* switch, at first sight i thought it is getting failed 20 secs after receiving the push…
-
I have tried both dockerized and build locally with no success:
docker run -p 8443:8443 -v `pwd`/priv:/opt/app/priv -e PUSH_HTTPS_CERTFILE="/opt/app/priv/ssl/rest_cert.pem" -e PUSH_HTTPS_KEYFI…
-
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 …