Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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.

share|improve this question

2 Answers

up vote 3 down vote accepted

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)

share|improve this answer
if i wanna send link like skype:user?call to windows phone from nfc tag, skype will not launch – radoslaf Dec 12 '12 at 17:45
We haven't implemented support for NFC yet. – Claus Jørgensen Dec 13 '12 at 7:04
Skype has not yet registered its uri format with windows phone yet. Let hope they come with that soon! – Isaiyavan Babu Karan Feb 18 at 9:49
Mhm, perhaps we should, yes. I'll check if it's scheduled for a release when I come back from Africa. – Claus Jørgensen Feb 18 at 13:16

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

share|improve this answer
The PhoneCallTask won't launch Skype :) – Claus Jørgensen Nov 16 '12 at 22:11
I know. I was just letting him know his closest alternative. – JedH Nov 17 '12 at 14:02

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.