Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Windows Store 8 App 的 PUSH Notification 结构不同于 Windows Phone 8 应用程序(在注册、身份验证等方面),至少这是我从以下两个链接中收集到的。
视窗电话 8。
我决定从此链接运行示例。我下载了它,运行它并等待 URI 返回,但没有任何反应。完全没有反应。我正在使用 Visual Studio 2012。
我不确定您在问题 1 中问的是什么。
总体而言,Win8 和 WP8 推送通知是不同的,因为它们最终在操作系统本身上支持不同的 UX。Win8 和 WP8 需要不同的数据来支持它们的磁贴、toast 通知和原始通道。因此,您需要不同的消息格式来支持每个平台。因此,WP8 上的 MPNS(Microsoft 推送通知服务)和 Win8 上的 WPNS(Windows 推送通知服务)的服务是分开的。