taivo / parse-push-plugin

Push notification plugin for Cordova/Phonegap/ionic on Parse platform
118 stars 102 forks source link

Parse Push not displaying on Android #93

Closed krishna0511 closed 7 years ago

krishna0511 commented 7 years ago

Push message is coming to GCMService but its not displaying in the UI, The ParsePushBroadcastReceiver is also not called. Also I had to update to com.parse:parse-android:1.13.1 as com.parse:parse-android:1.13.0 was not updating Installation table. I don't see any errors about push or receivePN in the logs.

Am I missing something?

krishna0511 commented 7 years ago

Issue seems to be on the server side, the onesignal push adapter seems to be sending GCM payload in a different format. Using the regular parse push adaptor seem to work fine.