且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

经过身份验证的推送通知没有发布应用程序到Windows Phone商店

更新时间:2023-12-02 10:25:16

微软终于更新了其服务期限使得没有配额(节流)通知在Windows Phone应用程序的公司


  

      
  1. 创建一个Windows Phone应用商店开发者帐户,如果您还没有一个。即使你将不会被提交的应用程序商店,你会
      需要使用Windows Phone应用商店来管理您的证书。


  2.   
  3. prepare您的推送服务使用身份验证的端点作为记录在这里。此外,检索您的证书,并设置其
      服务为这里概述。


  4.   

  
  

当你完成上述步骤后,不要将其连接到任何应用程序。


块引用>

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

We are currently developing a Windows Phone 8 application that won't be published to the Windows Phone Store but will be distributed through our Company Portal (Windows Intune Direct Management).

Our team would like to add Push Notifications using MPNS (Microsoft Push Notification Service) but we are aware that, without submitting the app to the Windows Phone Store, we would be forced to use unauthenticated push notifications that are throttled to something like 500 notifications\day per subscription.

We are evaluating to try a service like Azure Notification hub but It's hard to find some clear documentation about how to set up authenticated push notifications with Notification Hub and even more important, if Notification Hub has the same policy that force to submit the mobile application to the Store.

So, the questions are:

  1. In order to use unthrottled authenticated push notifications, do you know if Notification Hub requires the app submission to the Windows Phone Store?
  2. Do you know any other valid way to get no-quota push notifications?

Microsoft has finally updated its term of service enabling no-quota (unthrottled) notifications for company apps on 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.

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