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.
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.
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?