parse-community / parse-server-push-adapter

A push notification adapter for Parse Server
https://parseplatform.org
MIT License
85 stars 100 forks source link

Delivery issues on GCM #119

Closed Samigos closed 5 years ago

Samigos commented 5 years ago

The last few weeks my users are complaining that they don't receive push notifications! Some do and some don't...

I'm on parse server 2.8.4 and here's my setup: `push: {

    ios: {
      pfx: path.join(__dirname, './certificates/Certificates.p12'),
      topic: '...',
      production: true
  },
  android: {
      senderId: '...', // The Sender ID of GCM
      apiKey: '...'
  }

} `

I just saw that GCM is being deprecated! (it's not yet though) Could this be the reason why?

flovilmart commented 5 years ago

Maybe, maybe not