pushd
pushd copied to clipboard
Blazing fast multi-protocol mobile and web push notification service
Hello, I tried to send a notification with content-available param but it seems that pushd doesn't recognize it. Is there a way to do it ? Otherwise do you plan...
me@ubuntu:~/pushd$ sudo coffee pushd.coffee info: Registering push service: event-source info: Registering push service: apns info: Registering push service: gcm info: Registering push service: http info: Registering push service: mpns-toast info:...
We are currently developing a cross-platform software solution with PhoneGap, using the PushPlugin at client side and pushd for the server side. It is working perfectly for Android and iOS...
Hello, i'm using pushd to send notification to wp device. I've succesfully send a notification to a device, but when devices subscribed are more than one i get this error...
Bonjour, so I'm posting to /subscribers like so :+1: ``` NSString* dToken = [[[deviceToken description] stringByTrimmingCharactersInSet:[NSCharacterSet characterSetWithCharactersInString:@""]] stringByReplacingOccurrencesOfString:@" " withString:@""]; AFHTTPRequestOperationManager *manager = [AFHTTPRequestOperationManager manager]; NSDictionary *parameters = @{@"proto": @"apns",...
I have written a chat application in PHP which uses Pushd to send new message notification. When the user registers for the first time, I have created an event which...
Is this a bug or works as designed? I am getting the push when I use the /test to verify a push to a device but it appears the badge...
Is it possible to use a second instance for a second app on the same server with a different redis database? is it enough to just modify: pushd.coffee like so:...
Hi have one default event everyone gets automatically subscribed to. Other events are optional is it somehow possible to unsubscribe from all events except one WITHOUT getting all current subscriptions...
The docs mention publishing an event to all subscribers... Is is also possible to publish it to only one user? If not: Whats the best practice to emulate this behavior?...