Hi Rob,
I'm trying to open an url ("http://www.foo.com"), and also the market ("ms-windows-store:PDP?PFN=").
Even copying the example of the msdn the function doesn't work.
The difference with a "normal" project resides in that this is a Unity3D project embedded in a XAML/C# project. I'm using an event-delegate functions to launch the uri from the Unity3D code. The event fires perfectly, when debugging the event i can see the
uri parameter that receives.
Also, i have the internetClient capability enabled and tried to enable all the available capabilities, with no effect.
Thanks!