当通过mpns向window phone发送通知时,它通常以http头“X-DeviceConnectionStatus=Inactive”响应!窗口电话中发生了这样的 mpns 响应?我应该再次发送通知吗?
问问题
169 次
1 回答
0
Inactive
状态在这里只简单提及。他们仅将其声明为可能的状态,而没有具体说明其含义。
"X-DeviceConnectionStatus"":"1*DeviceConnectionStatusValue
设备连接状态值 = 字符串
(Connected| InActive |Disconnected|TempDisconnected) //例如:
X-DeviceConnectionStatus:已连接
我在其他地方读到这意味着The MPNS cannot determine if a device is off or has no internet connection. It looks the same to the MPNS (the device cannot be contacted).
因此我会将其视为相同Disconnected
,即尝试重新发送通知,但不要太频繁。
于 2013-05-23T10:54:38.897 回答