Hi Kalel,
the body looks wrong on the following line:
strContent.Append(" <visual> version=\"2\"");
The ">" is on the wrong position, should look like that:
strContent.Append(" <visual version=\"2\">");
Ok, if that doesn't solve it, what else:
1. Is your machine a Windows 8.1 machine? If not, specify the fallback-attribute on the Tile-Template (look here: http://msdn.microsoft.com/en-us/library/windows/apps/hh761491.aspx)
2. Did you register correctly with the Windows Notification Service, and is your cloud server using the correct URI of the WNS? The client should request the URI and send it to your Cloud-server that then sends a push to that URI (pointing to WNS). WNS informs all clients about the update. Ensure that the URI is the current one received by the client.
Thomas Claudius Huber
"If you can´t make your app run faster, make it at least look & feel extremly fast"
twitter: @thomasclaudiush
homepage: www.thomasclaudiushuber.com
author of: ultimate Windows Store Apps handbook | ultimate WPF handbook | ultimate Silverlight handbook
No comments:
Post a Comment