silverlight - Windows Phone 7 Push Notifications Not Showing Up On My Phone when I use PHP service -
i have problems php service. use php send tile update , toast update requests ms notification service. after first request in response have following headers:
response:
http/1.1 200 ok cache-control: private server: microsoft-iis/7.5 x-deviceconnectionstatus: connected x-notificationstatus: received x-subscriptionstatus: active x-messageid: da8aa692-e9cd-682b-fe1c-22ffe7379414 activityid: cd9c8b0b-26db-4eac-835d-9f9505d7a381 x-server: db3mpnsm016 x-aspnet-version: 4.0.30319 x-powered-by: asp.net date: wed, 20 jul 2011 11:21:42 gmt content-length: 0 array ( [x-subscriptionstatus] => active [x-notificationstatus] => received [x-deviceconnectionstatus] => connected )
but in wp7 app have nothing. when try update tile again:
response:
http/1.1 404 not found cache-control: private content-type: text/html server: microsoft-iis/7.5 x-deviceconnectionstatus: disconnected x-notificationstatus: dropped x-subscriptionstatus: expired x-messageid: {b6aac154-da37-277f-14fe-9f76365acdd1} activityid: f6b6a06b-a836-449c-9c9b-dc3033850981 x-server: db3mpnsm033 x-aspnet-version: 4.0.30319 x-powered-by: asp.net date: wed, 20 jul 2011 11:29:34 gmt content-length: 1245
it seems after first request url deleted.
i not have problems in wp7 app because when use windowsservice works fine.
it seems problem similar problem [question]: windows phone 7 push notifications not showing on phone
check xml carefully. have got exact same behavior unclosed tag.
Comments
Post a Comment