Azure移动服务将推送通知发送到特定的userId

时间:2014-11-23 00:56:15

标签: azure push-notification

如何将通知推送到Azure中的特定用户ID。如果可能,没有自定义API。

push.apns.send(null, {
    alert: "Alert: " + item.text,
    payload: {
        inAppMessage: "Test notification: '" + item.text + "'"
    }
});

},2500);

请说清楚。

0 个答案:

没有答案