-
**Is your feature request related to a problem? Please describe.**
Example code snippets from README do not compile.
**Describe the solution you'd like**
Updated README with recent syntax.
**D…
-
```
{
"error": true,
"reason": "badRequest(APNSwift.APNSError.ResponseErrorMessage.invalidProviderToken)"
}
```
-
**Describe the bug**
I try to create private key by using the following code:
`try P256.Signing.PrivateKey.loadFrom(filePath: filePath)`
but an error occured:
`CryptoKit.CryptoKitASN1Error.inva…
-
**Is your feature request related to a problem? Please describe.**
The current alpha does not compile on Linux (swift-arm), since `HTTPClientRequest` is not available on this platform:
```swift
@…
-
right now, APNSwiftConnection does not support to configure any Proxy-Server.
I would expect to consider the configuration from my configure.swift, e.g.:
app.http.client.configuration.proxy = .som…
-
| | |
|------------------|-----------------|
|Previous ID | SR-11916 |
|Radar | rdar://problem/57712094 |
|Original Repo…
-
### Describe the bug
Hi i had the push notification working well on the server. thou I noticed it stoped working
Since the update of jan 9 I have not been able to get a push from the serv…
-
### Describe the bug
Trying to send background notification, to make my app update when changes in the backend, makes it imperative that the app is updated.
it works perfectly when the payloa…
-
Please provide a way that a single server app can support both the normal app's push notification (i.e. via the p8) and also passkit notifications (i.e. via the PEM files).
Right now we can't swap …
-
| | |
|------------------|-----------------|
|Previous ID | SR-11506 |
|Radar | rdar://problem/55603016 |
|Original Repo…