Open xxvii27 opened 8 years ago
Solved this by adding this, to parse push plugin reciever.java as the first thing in the else block of ParsePushPlugin.isInForeground You can test this, as I currently don't have time to open a pull request JSONObject pnData = getPushData(intent); if(!pnData.has("alert")){ return; }
https://github.com/taivo/parse-push-plugin/issues/33
Issue still persist event after using latest