标签: android push-notification parse-platform
我可以从Parse.com仪表板向Parse.com客户端发送推送消息。 但是当我尝试将推送从客户端发送到另一个客户端时它无法正常工作,并且在Parse.com推送面板中它说:“没有警报”
ParsePush push = new ParsePush(); push.setChannel("default"); push.setMessage(msg2); push.sendInBackground();