-
```
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…
-
In PushSharp version 4.0.10 I can't find any constructors which are commented to support the new APNS Auth Key certificate (which never expires), .
If the "APNs Auth Key" certificate type is already …
-
### What version of PushSharp are you using?
4.0.10
### Describe your issue:
When trying to send a push notification with a certain .p12 certificate getting exception:
PushSharp.Apple.ApnsNoti…
-
### What version of PushSharp are you using?
Latest downloaded from here (GitHub)
### Describe your issue:
Always when trying to run the Apns_send_Single it fails with the "connectionError" excepti…
-
```
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…
-
### What version of PushSharp are you using?
4.0.0
### Describe your issue:
When I changed my to be soon expired push certificate with a new one, I get an error indicating I am using a Sandbo…
-
For Chat notifications ("Bill sent you a message"), add "category": "chat" to the APNS dictionary
{“aps”:{“alert”:“Testing.. (4)“,”badge”:1,“sound”:“default”, “category”: “chat”}}
-
Being able to act on the "additional debug data" that can be part of the GOAWAY frames is necessary for correct usage of certain services.
One such service is Apple Push Notification service (APNs)…