apnagent
apnagent copied to clipboard
Node.js adapter for Apple Push Notification (APN) Service.
How can i set up the `apns-collapse-id` as seen in the Apple [documentation](https://developer.apple.com/library/content/documentation/NetworkingInternet/Conceptual/RemoteNotificationsPG/CommunicatingwithAPNs.html#//apple_ref/doc/uid/TP40008194-CH11-SW1) ?
I have this message on "createMessage" "not cathed error: [TypeError: undefined is not a function]" but push sended and received well. What is happened? self.apnagent.createMessage() .device(device) .alert(message) .badge(badge) .sound('default') .set('operation',operation)...
How can I increment the badge count by one for every push notification sent?
Hi, I'm trying send a MDM push notification to the APNS server. My connection is successful and sending of notification is successful. Unfortunately APNS is not delivering the notification to...
Apnagent has default value for expires is 1d mean one day. I am able to send notification to iOS device while device is online. But, if i turn off internet...
Adding category parameter for the messages. In fact the code here is taken from amilloy@618745a , dunno why he did not perform the pull request
On our production server, I received this error causing a server restart: ``` Error uncaughtException: DecoderStream 11 not implemented. Error: DecoderStream 11 not implemented. at Decoder._nudge (/home/code/live/agentXserver/node_modules/apnagent/node_modules/lotus/lib/lotus/decoder.js:138:18) at Buffers.g (events.js:199:16)...
As it currently stands my professional interests have moved away from APN so I don't have as much time to maintain this as I used. Given its production value and...
Hi I have a problem whit _header.js. I have build an push server that works nice on my local developer env. But once I try to run it on server...
Hi, I'm facing a strange problem where push notifications are working perfectly in the sandbox environment but not in production. We have verified that the .p12 certificate is working and...