Azure移动服务推送通知失败,没有任何消息

时间:2014-12-22 11:34:01

标签: ios azure push-notification azure-mobile-services

我必须添加到我们的应用推送通知中。这些通知应发送到具体设备。

以下代码:

request.service.push.apns.send('hardcoded token for test purposes', {
    alert: 'This is my message for iOS!',
    expiry: '2015-07-16T19:20+01:00'
}, { success: console.log, error: console.error });

它没有任何可观察的效果 - 它不发送通知,它不会抛出任何错误,它不会记录任何消息。

我被困了,因为微软的文档并未涵盖这些案例。

编辑: 在配置两个小时后,我将该代码记录下来:

{ isSuccessful: true,
  statusCode: 201,
  body: '',
  headers: 
   { 'transfer-encoding': 'chunked',
     'content-type': 'application/xml; charset=utf-8',
     server: 'Microsoft-HTTPAPI/2.0',
     date: 'Mon, 22 Dec 2014 13:39:36 GMT' },
  md5: undefined }

但它不会向应用程序发送通知。

0 个答案:

没有答案