Perfect-Notifications icon indicating copy to clipboard operation
Perfect-Notifications copied to clipboard

Apple Push Notifications (APNs) Server-Side library.

Results 8 Perfect-Notifications issues
Sort by recently updated
recently updated
newest added

Hello, Will there be a release which adopts the changes that Apple introduced in APNS for iOS 13+ and watch OS 6+?? I talk about the `apns-push-type` and `apns-priority` requirements....

Adds the `apns-push-type` option to `NotificationPusher`, as required for watchOS 6 and recommended for all other platforms. The initialization of `NotificationPusher` receives an additional, optional argument of type `APNSPushType`, which...

Fatal error: The private key file "/AuthKey_A9HP4L5K6P.p8" does not exist. Current working directory: /Users/chandrakant/Library/Developer/Xcode/DerivedData/ashi-api-ackosslvopviteghopwhwturjxql/Build/Products/Debug/

public static func addConfigurationAPNS(name: String, production: Bool, certificatePath: String) { addConfigurationIOS(name: name) { net in guard File(certificatePath).exists else { fatalError("File not found \(certificatePath)") } guard net.useCertificateFile(cert: certificatePath) && net.usePrivateKeyFile(cert: certificatePath)...

I'm using this library to send notifications in batches. I'm creating a single `NotificationPusher` instance and then using it to send many batches of 100 devices each (please let me...

Hello, APNS service has a known. bug that, if you send a request in a session which stays idle for a while, APNS service returns an internal server error such...

Pretty sure this is not my code doing this. If you ask the service to send like 50 notifications in quick succession it repeatedly sends the same batch of notifications...