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

246 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 answers

2
d.lavysh 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");