Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/excel/23.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Windows phone 7 推送通知不起作用,但返回状态显示起作用_Windows Phone 7 - Fatal编程技术网

Windows phone 7 推送通知不起作用,但返回状态显示起作用

Windows phone 7 推送通知不起作用,但返回状态显示起作用,windows-phone-7,Windows Phone 7,我成功地使推送通知(tile和toast)在我的设备上工作。但是几天后,它就不起作用了。但是,我获得了良好的退货状态: array(3) { ["X-SubscriptionStatus"]=> string(6) "Active" ["X-NotificationStatus"]=> string(8) "Received" ["X-DeviceConnectionStatus"]=> string(9) "Connected" } 我试着将设备置于飞行模式,没有wifi

我成功地使推送通知(tile和toast)在我的设备上工作。但是几天后,它就不起作用了。但是,我获得了良好的退货状态:

array(3) { ["X-SubscriptionStatus"]=> string(6) "Active" ["X-NotificationStatus"]=> string(8) "Received" ["X-DeviceConnectionStatus"]=> string(9) "Connected" } 
我试着将设备置于飞行模式,没有wifi,结果

array(3) { ["X-SubscriptionStatus"]=> string(6) "Active" ["X-NotificationStatus"]=> string(8) "Received" ["X-DeviceConnectionStatus"]=> string(16) "TempDisconnected" } 

所以它“有点”起作用了,对吧?为什么我看不到任何通知?如何进一步调试?

我听说很多人都有类似的问题。有时,设备的出厂重置似乎起作用,但错误通常会返回(特别是在重新启动后)


它在仿真器上工作吗?

Windows Phone团队博客讨论了它:


我在模拟器上工作,卸载应用程序、重新启动并重新安装后,我再次工作(工作多长时间?)。我对你的答案投了赞成票,但我保留这个问题,希望有人能解释这个问题