2

I want to send to push notification to a windows phone 8.1 app that currently not submitted to store. is there a way for this situation?

I know that MPNS can send unauthenticated push notification (with some limits). but is there a way to send unauthenticated push notification through WNS (as I know cloud server must first authenticate itself via Package SID and Client Secret)?

for the last question is this assumption is true?

windows phone 8 -> can only use MPNS

windows phone 8.1 Silverlight - > can use both MPNS and WNS

windows phone 8.1 Universal -> can use WNS

4

1 回答 1

4

您可以在发布前使用推送通知,方法是获取 packageSID 和客户端密码来针对 WNS 进行身份验证,只需在商店中为您的应用程序保留一个名称,然后转到服务 --> 推送通知。无法使用未经身份验证的 WNS,但您无需提交应用程序即可使该身份验证正常工作。

是的,你的假设是正确的。

于 2015-11-18T07:05:23.737 回答