i'm able to get a token from GCM on my device and i'm able to register at the pushd server. however, when i'm traing to send a notification, nothing happens.
in the console I can see the post, but nothing else happens. when i monitor my network connections, after posting on localhost nothing else happens - no connection to google or something.
Hi,
i'm able to get a token from GCM on my device and i'm able to register at the pushd server. however, when i'm traing to send a notification, nothing happens.
my device registered for events named "notifications" and i post on: http://localhost:8001/event/notifications - Response is 204 No Content.
in the console I can see the post, but nothing else happens. when i monitor my network connections, after posting on localhost nothing else happens - no connection to google or something.
does anybody know where the problem is?
thanks in advance
matthias