azure - 经过身份验证的推送通知,无需将应用程序发布到 Windows Phone 应用商店

标签 azure windows-phone-8 notifications push-notification azure-notificationhub

我们目前正在开发一个 Windows Phone 8 应用程序,该应用程序不会发布到 Windows Phone 应用商店,而是通过我们的公司门户 进行分发em>(Windows Intune Direct Management)。

我们的团队希望使用 MPNS(Microsoft 推送通知服务)添加推送通知,但我们知道,如果不提交应用程序对于 Windows Phone 应用商店,我们将被迫使用未经身份验证的推送通知,即 throttled到每个订阅每天 500 条通知。

我们正在评估尝试像 Azure Notification hub 这样的服务但很难找到一些关于如何使用通知中心设置经过身份验证的推送通知的明确文档,更重要的是,如果通知中心具有强制将移动应用程序提交到商店的政策相同。

所以,问题是:

  1. 为了使用不受限制的经过身份验证的推送通知,您是否知道通知中心是否需要将应用提交到 Windows Phone 应用商店?
  2. 您知道获取无配额推送通知的其他有效方法吗?

最佳答案

Microsoft 终于更新了其服务条款,为 Windows Phone 上的公司应用程序启用无配额(无限制)通知。

  1. Create a Windows Phone Store developer account if you do not have one. Even though you won’t be submitting apps to the store, you will need to use the Windows Phone Store to manage your certificate.

  2. Prepare your push service to use the authenticated endpoint as documented here. Also, retrieve your certificate and set up its service as outlined here.

When you have completed the steps above, do not link it to any app.

官方链接:
blogs.windows.com/windows_phone/b/wpdev/archive/2013/12/10/enabling-no-quota-push-notifications-for-company-apps-on-windows-phone.aspx

关于azure - 经过身份验证的推送通知,无需将应用程序发布到 Windows Phone 应用商店,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20293899/

相关文章:

c# - 在 Windows Phone 上编辑/删除 Exif 图像数据

rest - 如何使用 Windows Phone 8 POST 到 RESTful API

c# - 使用 PdfSharp-WP7 在 wp8 中读取和写入带有一些图像的 pdf 文件

c# - 来自 KeyVaultKeyResolver 的 Azure rsaKey 始终为 null

azure - 部署依赖于 Web 应用程序类的 Azure Function

c# - 在 Windows 应用商店应用程序中使用 Azure 表存储的最佳实践是什么?

android - Delphi Seattle Android TNotificationCenter CancelAll 在触发一个通知后不起作用

android - Jelly Bean 通知中的两种状态操作按钮

ios - Swift 通知多个横幅

具有 Azure SQL DB(托管标识)的 Azure 应用服务