如何将原始推送通知从 Azure 通知中心发送到 iOS 设备?

Posted

技术标签:

【中文标题】如何将原始推送通知从 Azure 通知中心发送到 iOS 设备?【英文标题】:How to Send Raw Push Notifications from Azure Notification Hubs to iOS devices? 【发布时间】:2018-10-29 22:27:34 【问题描述】:

我目前在 WinPhones 上使用SendDirectNotificationAsync(message, uri)。我通过 PushNotificationChannelManager 的CreatePushNotificationChannelForApplicationAsync() 返回的 channel.uri 从电话中获取 uri。

使用RegisterForRemoteNotifications()注册我的iPhone后如何获取equivalURI uri?

【问题讨论】:

【参考方案1】:

您似乎获取了您的设备令牌并删除了“”和空格,然后在您注册到集线器时将其设置为标签,当您尝试使用发送通知时会发现它它作为 APNS 通过集线器的标签。

【讨论】:

以上是关于如何将原始推送通知从 Azure 通知中心发送到 iOS 设备?的主要内容,如果未能解决你的问题,请参考以下文章

如何将推送通知从 Azure 发送到 Windows Mobile Cordova 应用程序

Azure 通知中心延迟问题

通过 Azure 从 node.js 发送推送通知

在 C# 中从后端发送 UWP 原始通知

通过新门户中的 Azure 通知中心发送通知

Azure 通知中心不会发送苹果推送通知