【发布时间】:2015-09-04 09:10:40
【问题描述】:
我将消息插入数据库 azure。 在消息中有from_id 和to_id。 这个to_id如何推送到哪个?
function insert(item, user, request) {
request.execute({success:sendPush});
push.gcm.send(null, item.message, {
success:function(response) {
console.log('Push notification sent: ', response);
},error:
function(error) {
console.log('Error sending push notification: ', error);
}
});
}
【问题讨论】:
标签: android azure notifications push