Putting directly: Assuming that I've Skype already installed in my OS, how can I launch a dialer from my app, with a given phone number passed as a parameter, from a Windows Phone? Thanks in advance.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
The only way you can launch our app, is to start it from the application list, a live tile, or from the Skype slab on a people-hub contact card (The latter only for our Windows Phone 8 client). You can't start it programatically, sorry :) (Disclaimer: I work on the Skype for Windows Phone team) |
|||||||||||
|
|
I don't believe you can. With Windows Phone you can use launchers which launch a predefined set of OS installed apps such as e-mail, maps, etc. The closest you can get is using the phone call task. Check: http://msdn.microsoft.com/en-us/library/windowsphone/develop/ff769550(v=vs.105).aspx Hope that helps. Inter-app communication isn't really there yet. // Jed |
|||||
|
|
