You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: