标签: azure push-notification
如何将通知推送到Azure中的特定用户ID。如果可能,没有自定义API。
push.apns.send(null, { alert: "Alert: " + item.text, payload: { inAppMessage: "Test notification: '" + item.text + "'" } });
},2500);
请说清楚。