parse-server-modules / parse-server-sns-adapter

Parse Server SNS Adapter
18 stars 14 forks source link

Android push notification stop working when parse-server-push-adapter is updated from 1.1.0 to 1.3.0 #12

Open Technowise opened 7 years ago

Technowise commented 7 years ago

Hi, I have been using this module in one of our projects. We had both iOS and Android notifications working fine. But since we did a fresh install of the application recently, it got a newer version of parse-server-push-adapter (1.3.0 instead of 1.1.0). With the new version of parse-sever-push-adapter module, the Android push notifications are not coming through. I have not tried to debug exactly what is the issue with 1.3.0, but did not see any errors while running the server.

Can someone please verify that Android notification works with the 1.3.0 version of parse-server-push-adapter?

I had to set "1.1.0" (instead of "^1.0.1") for parse-server-push-adapter in package.json to have the notifications fixed at my end.

flovilmart commented 7 years ago

I believe you should open that issue on the push adapter repo and not on this one. This adapter uses SNS to deliver pushes.