plus.push.addEventListener("receive", function(msg){
plus.ui.alert(msg);
plus.ui.alert(msg.content);
}, false );
之前还没问题那。。问个推,他们说没动什么啊。。
技术来看看啊。
plus.push.addEventListener("receive", function(msg){
plus.ui.alert(msg);
plus.ui.alert(msg.content);
}, false );
之前还没问题那。。问个推,他们说没动什么啊。。
技术来看看啊。
2 个回复
歌神的卖
我也遇到这个问题
骁骑
发送推送时请按照如下格式发送,
{"title":"PushTitle","content":"testContent","payload":{"id":'testID'}}
title节点为推送在消息中心显示的标题,
content节点为在消息中心显示的内容,
payload节点为透传数据不再消息中心中显示
如果不需要进入消息中心则可以删除title和content节点
歌神的卖
后台用C#代码推送的,不是前台,之前可以现在不行了
2016-01-06 08:23
轰炸大鱿鱼
骁骑哥辛苦,看来不是我个例咯
2016-01-06 14:35