简体   繁体   English

WP7-向推送通知添加身份验证

[英]WP7 - Add Authentication to Push Notifications

I am looking to add authentication to my WP7 application. 我希望向我的WP7应用程序添加身份验证。 I currently have simple, unauthorized push notifications working thanks to this MSDN sample . 借助此MSDN示例 ,我目前可以使用简单的未经授权的推送通知。

I am having difficulty figuring out exactly what I need to change in my code in order to get authentication. 我很难弄清楚我需要在代码中进行哪些更改才能获得身份验证。 I have read this MSDN article and know I need to get a TLS certificate uploaded to the App Dev website (in progress) and get some info from it once it's verified. 我已经阅读了这篇MSDN文章,并且知道我需要将TLS证书上载到App Dev网站(进行中),并在验证后从中获取一些信息。

Thanks for reading/helping! 感谢您的阅读/帮助!

If you mean code to change in your WP application, you shouldn't have to change anything. 如果您要更改WP应用程序中的代码,则无需更改任何内容。 Authentication simply changes the way your web service communicates with the Microsoft Push Notification Service, rather than how the Microsoft Push Notification Service communicates with your app on the phone. 身份验证只是更改了Web服务与Microsoft Push Notification Service进行通信的方式,而不是Microsoft Push Notification Service与电话上的应用程序进行通信的方式。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM