ToothlessGear / node-gcm

A NodeJS wrapper library port to send data to Android devices via Google Cloud Messaging
https://github.com/ToothlessGear/node-gcm
Other
1.3k stars 208 forks source link

i don't get any response with fake tokens on send #296

Closed siemya closed 7 years ago

siemya commented 7 years ago

İ have 1000 tokens, one is real and the rest is "xxxx..." i receive a notification to my phone but i dont get any response.

return apnConnection.send(note, token).then(result => {
  console.log(result);
  return result;
}).catch(err => {
  console.log(err);
  return err;
});
eladnava commented 7 years ago

Wrong repository. This is node-gcm, we do not interface with APNs.