-
Hi there,
@LaborEtArs asked at https://github.com/jpmens/mqttwarn/issues/396#issuecomment-575877788:
> Are there plans to update the apns plugin to apns2?
[apns](https://pypi.org/project/apns…
-
```
Hello all,
On code
NotificationService service = new NotificationService(true,
"c:\Certificates.p12", "123456", 1);
notification are working OK
But when change value sandbox = false, service …
-
```
Hello all,
On code
NotificationService service = new NotificationService(true,
"c:\Certificates.p12", "123456", 1);
notification are working OK
But when change value sandbox = false, service …
-
A memory leak in the APN library affects users of this package, so we need a way to circumvent this until they release a fix.
-
Let's look at the example from `apn/tasks`:
``` ruby
APN.password = ENV['CERT_PASS']
APN.full_certificate_path = ENV['FULL_CERT_PATH']
APN.logger = Rails.logger
worker = ::Resque::Worker.new(APN::J…
-
On iOS it currently receives missed messages on boot if device was turned off for multiple hours of time and starting up it takes a bit of time but it receives messages that were missed. This would be…
-
Maybe running UP on jailbroken iOS but just falls back to APNS on a locked device? Requires connector library first but also a distributor.
-
Silent push notification in iOS 13 require new headers:
See below for the changes:
def message(token)
{
data: keys.map { |key| [key, notification.send(key)] }.to_h
…
-
```
What steps will reproduce the problem?
1.once a while every other day I get connection refuse exception when we try to
connect to APNS Server. Code I'm using is in used for more than 1 yr. Same c…
-
```
What steps will reproduce the problem?
1.once a while every other day I get connection refuse exception when we try to
connect to APNS Server. Code I'm using is in used for more than 1 yr. Same c…