0

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

asahin
  • 59
  • 1
  • 1
  • 2

1 Answers1

0

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");
Community
  • 1
  • 1
d.lavysh
  • 1,404
  • 14
  • 23
  • is there yandex naviagator dll for windows phone 8? I have current coordinate. I want to start yandex navigator from my wp8 app. – asahin Dec 18 '13 at 12:52
  • You can launch installed Yandex Navigator app. But i'm not sure that you can pass parameters/coordinates to this app. About which dll are you asking? – d.lavysh Dec 18 '13 at 13:09