每当我尝试向诺基亚WP7设备发送推送通知时,我都会收到此错误消息.
其他推送URI不会返回此错误,但是使用此错误,每次尝试都会失败,即使手机处于“清醒”状态并且启用了Wi-Fi也是如此.
其他推送URI不会返回此错误,但是使用此错误,每次尝试都会失败,即使手机处于“清醒”状态并且启用了Wi-Fi也是如此.
检查MSDN文档,我来到这里:
http://msdn.microsoft.com/en-us/library/ff941100(v=vs.92).aspx
The device is in an inactive state. The web service may re-attempt sending the request one time per hour at maximum after receiving this error. If the web service violates the maximum of one re-attempt per hour,the Push Notification Service will de-register or permanently block the web service.”
这对我没有多大帮助,因为我能做的就是尊重“1小时后重试”并尝试再次发送.
我怀疑它可能与设备中没有SIM卡有关,因此无法“激活”但是,如果这是真的,为什么MSPN会为应用返回推送URI?
提前致谢