-
Switching to production mode (sandbox = false and the certificate) i get the following response:
`[response] => Nfilin\Libs\ApnsHttp2\CurlResponse Object
(
…
-
Last Friday Apple send to our company this mail message:
> The HTTP/2‑based Apple Push Notification service (APNs) provider API lets you take advantage of great features, such as authentication wit…
-
```
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…
-
```
I only have one APN and the APN type line looks like this:
default,supl,mms
which becomes
default,supl,mmsapndroid
when activated. Which means only mms gets disabled.
Expected result would be…
-
```
I only have one APN and the APN type line looks like this:
default,supl,mms
which becomes
default,supl,mmsapndroid
when activated. Which means only mms gets disabled.
Expected result would be…
-
```
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…
-
Following the setup instructions, I've put this in my rakefile:
begin
require 'apn_on_rails_tasks'
rescue MissingSourceFile => e
puts e.message
end
But rake is not finding the file:
"no such fi…
-
#### Description
Summary:
The developer portal only allows two valid APNS production push certificates for each app ID. Attempting to create a third results in a failure to create one from the dropdo…