How can I call yandex navigator from my windows phone 8 app?

256 Views Asked by At

How can I call yandex navigator from my windows phone 8 app?? I want to call yandex navigation app from my app??

1

There are 1 best solutions below

2
On

from here: Launch another app from wp7

In Windows Phone 8 however you can use so called protocol handlers, so for example if you wan to launch Skype with selected user, you can use something like:

await Windows.System.Launcher.LaunchFileAsync("skype:myskypeid");