-
My application needs to push notifications to ios devices. I used Notoop java-apns 0.2.2 as java client for pushing notification.
I frequently get these errors in my log logged by monitorSocket t…
-
Will java-apns support the new APNS service via HTTP/2? It is now available since a few days.
-
I'm not sure if this is related to this library (which is awesome btw) or directly to FCM, but I have run into some problems receiving iOS notifications when using different versions of my app on one …
-
Hi I 've an urgent problem about java-apns
We are trying to run java-apns from Google AppEngine and we are using 1.0.0 Beta6 version.
But when we try to send the push it gives the following error. D…
-
Hi,
Messages are sent on alternations. I'm using sidekiq and this is what happens with notify async:
Message 1 - worker connects to APN - message arrives to the iphone
Message 2 - worker is connect,…
-
I am getting following error while sending push notification to APNS devices.
`[SSL: CA_MD_TOO_WEAK] ca md too weak (_ssl.c:3503)`
-
Hi,
We are using mod_apn module in FreeSWITCH. When same extension is registered on multiple devices and when callee rejected the call from one device, then call is not rejecting and still ringing …
-
$ cat Gemfile
source :rubygems
gem 'apns'
irb(main):002:0> require 'bundler/setup'
=> true
irb(main):004:0> require 'apns'
LoadError: no such file to load -- json
from /usr/local/lib/ruby/ge…
-
### Has your issue been reported?
- [X] I have searched the existing issues and confirm it has not been reported.
- [X] I give permission for members of the FlutterFlow team to access and test my pro…
-