-
### Describe the bug
We are trying to send push notifications with APNS from a queues job. However, we are running into issues with the following error:
```
Connection request timed out. This mig…
-
### Describe the bug
Update from 3.0.0 to 4.0.0-beta.2 ist not working for me.
As soon as I update the packe I get this error:
multiple products named 'APNS' in: 'apns', 'apnswift'
multiple ta…
-
I've followed the instructions to add the package to my swift project with:
```
dependencies: [
.package(url: "https://github.com/swift-server-community/APNSwift.git", from: "4.0.0"),
]
```
…
-
| | |
|------------------|-----------------|
|Previous ID | SR-11125 |
|Radar | rdar://problem/53052121 |
|Original Repo…
-
| | |
|------------------|-----------------|
|Previous ID | SR-11382 |
|Radar | rdar://problem/54794091 |
|Original Repo…
-
Swift Package Manager (SwiftPM) is the canonical package manager and dependency solutions for building Swift applications on the server. Swift on Server applications are deployed and used by many comp…
-
I believe the pushType enum needs to include a new element for liveactivities
extension APNSwiftConnection {
public enum PushType: String {
case alert
case background
…
-
### New Packages
https://github.com/swift-server-community/APNSwift.git
-
### Describe the bug
What's the best way to set the `app.apns.client`? I found myself using the repository pattern to try to inject a different APNS service implementation but I noticed the `AP…
-
**Please describe the bug**
On my package, [APNSwift](https://swiftpackageindex.com/swift-server-community/APNSwift/builds) builds are failing for iOS. However I can locally successfully, build my …