-
Hi!
Would it be possible to support a `NIOTSEventloopGroup` instead of the `MultiThreadedEventLoopGroup` for the `APNSwiftConnection`?
greetings
Oliver
-
I receive the following warning message:
'APNSwiftAlert' is deprecated: renamed to 'APNSwiftAlert'
Use 'APNSwiftAlert' instead
with code:
`
let alert = APNSwiftPayload.APNSwiftAlert(
…
-
It looks like the connection get's closed by apple after a few hours. How can we reconnect? Shouldn't this be handled by the send() method?
Something like
```
func send() {
if apn.isConnecte…
-
### Describe the bug
Running `docker-compose build` and then `docker-compose up -d` for an APNS only Vapor project doesn't see tables in Postgres. Running from Xcode and running only database i…
-
Wonderful project, thanks so much for this - totally saved my life!
I'm not sure if the following is a bug or a feature request.
I'm working on a Xcode catalyst (multiplatform) project that use…
-
Here https://github.com/vapor/apns/blob/main/Sources/APNS/Request%2BAPNS.swift#L30
-
Two of the graduation paths for the [SSWG Incubation process ](https://github.com/swift-server/sswg/blob/master/process/incubation.md#graduation-criteria)out of sandbox are
- Document that it is b…
-
**Background**
I'm building a push service on Ubuntu 18.04 with Vapor 4 & Vapor/apns, using tls authentication.
The service is nothing but sending a push to my device after several hours and then an…
-
I can't figure out what I'm doing wrong to add this into a non-vapor project.
% `swift build --enable-test-discovery -c release`
'push' /Users/scott/push: error: product dependency 'APNSwift' in p…
-
I'm using APNS with TLS-based Auth, sending pushes every several minutes to only one device.
But I notice that, often, after several hours(Time is completely random), The apns connection will be comp…